Skip to content

Commit e1804c4

Browse files
committedSep 28, 2020
docs: add installation section to readme
1 parent d003297 commit e1804c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎readme.org

+7
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ that abstracts all the commonly used commands behind a simple a interface.
66
Heavily inspired by:
77
+ [[https://github.com/lukrop/xbps-pkg][lukrop/xbps-pkg]]
88
+ [[https://www.freebsd.org/cgi/man.cgi?query=pkg&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html][FreeBSD's pkg(8)]]
9+
10+
** Installation
11+
Clone this repository, and make a symbolic link to ~pkg~ file in your ~$PATH~. E.g.:
12+
13+
#+BEGIN_SRC shell
14+
ln -s /home/user/code/pkg/pkg /home/user/.local/bin
15+
#+END_SRC

0 commit comments

Comments
 (0)
Please sign in to comment.