From 272cb1a62f980d62ce4540498d07d09fe47ae5b3 Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Thu, 7 Dec 2017 17:09:23 +0100 Subject: [PATCH] paci: add page --- pages/common/paci.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/paci.md diff --git a/pages/common/paci.md b/pages/common/paci.md new file mode 100644 index 000000000..9a7629c64 --- /dev/null +++ b/pages/common/paci.md @@ -0,0 +1,23 @@ +# paci + +> Your friendly, lightweight and flexible package manager. Written in Python. + +- Install `paci` and configure it: + +`bash <(curl -s https://raw.githubusercontent.com/tradebyte/paci/master/.github/bin/install.sh)` + +- Search for a given package: + +`paci search {{package}}` + +- Install a package: + +`paci install {{package}}` + +- Update a package: + +`paci update {{package}}` + +- Update the list of available packages and versions (it's recommended to run this before other `paci` commands): + +`paci refresh`