From e1804c4e46d9347b50960a6239efe799aff92ce2 Mon Sep 17 00:00:00 2001 From: vednoc Date: Mon, 28 Sep 2020 20:39:59 +0200 Subject: [PATCH] docs: add installation section to readme --- readme.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.org b/readme.org index b14f37a..741368a 100644 --- a/readme.org +++ b/readme.org @@ -6,3 +6,10 @@ that abstracts all the commonly used commands behind a simple a interface. Heavily inspired by: + [[https://github.com/lukrop/xbps-pkg][lukrop/xbps-pkg]] + [[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)]] + +** Installation +Clone this repository, and make a symbolic link to ~pkg~ file in your ~$PATH~. E.g.: + +#+BEGIN_SRC shell +ln -s /home/user/code/pkg/pkg /home/user/.local/bin +#+END_SRC