We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d003297 commit e1804c4Copy full SHA for e1804c4
readme.org
@@ -6,3 +6,10 @@ that abstracts all the commonly used commands behind a simple a interface.
6
Heavily inspired by:
7
+ [[https://github.com/lukrop/xbps-pkg][lukrop/xbps-pkg]]
8
+ [[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