From 272cb1a62f980d62ce4540498d07d09fe47ae5b3 Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Thu, 7 Dec 2017 17:09:23 +0100 Subject: [PATCH 1/6] 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` From c8e4fb0d412232805b77e99ab86cc8003639ef02 Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Thu, 7 Dec 2017 17:14:24 +0100 Subject: [PATCH 2/6] Fix trailing whitespace --- pages/common/paci.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/paci.md b/pages/common/paci.md index 9a7629c64..dcec489a2 100644 --- a/pages/common/paci.md +++ b/pages/common/paci.md @@ -1,10 +1,10 @@ # paci -> Your friendly, lightweight and flexible package manager. Written in Python. +> 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)` +`bash <(curl -s https://raw.githubusercontent.com/tradebyte/paci/master/.github/bin/install.sh)` - Search for a given package: @@ -18,6 +18,6 @@ `paci update {{package}}` -- Update the list of available packages and versions (it's recommended to run this before other `paci` commands): +- Update the list of available packages and versions (it's recommended to run this before other `paci` commands): `paci refresh` From d0296703aaebd4ad3b60d2307fc241a063c0b212 Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Fri, 8 Dec 2017 07:50:17 +0100 Subject: [PATCH 3/6] Fix the misleading description --- pages/common/paci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/paci.md b/pages/common/paci.md index dcec489a2..a861b44e8 100644 --- a/pages/common/paci.md +++ b/pages/common/paci.md @@ -1,6 +1,6 @@ # paci -> Your friendly, lightweight and flexible package manager. Written in Python. +> A lightweight and flexible package manager for bash scripts. - Install `paci` and configure it: From 4727f586dff37da2f934e8d78ef803fe02f00a8e Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Fri, 8 Dec 2017 07:51:34 +0100 Subject: [PATCH 4/6] Replace install instructions with how to configure it --- pages/common/paci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/paci.md b/pages/common/paci.md index a861b44e8..f1fb50538 100644 --- a/pages/common/paci.md +++ b/pages/common/paci.md @@ -2,9 +2,9 @@ > A lightweight and flexible package manager for bash scripts. -- Install `paci` and configure it: +- Configure it: -`bash <(curl -s https://raw.githubusercontent.com/tradebyte/paci/master/.github/bin/install.sh)` +`paci configure` - Search for a given package: From 7d54fa279c225e13ec463bab106d27b4862913fb Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Fri, 8 Dec 2017 07:51:59 +0100 Subject: [PATCH 5/6] Place the refresh command at the top --- pages/common/paci.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/paci.md b/pages/common/paci.md index f1fb50538..74c8accb2 100644 --- a/pages/common/paci.md +++ b/pages/common/paci.md @@ -2,6 +2,10 @@ > A lightweight and flexible package manager for bash scripts. +- Update the list of available packages and versions (it's recommended to run this before other `paci` commands): + +`paci refresh` + - Configure it: `paci configure` @@ -17,7 +21,3 @@ - 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` From 875b71c0db9bd543fb51101194d18897d5499e88 Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Wed, 13 Dec 2017 22:35:12 +0100 Subject: [PATCH 6/6] Clarify the configure command --- pages/common/paci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/paci.md b/pages/common/paci.md index 74c8accb2..3a685aa14 100644 --- a/pages/common/paci.md +++ b/pages/common/paci.md @@ -6,7 +6,7 @@ `paci refresh` -- Configure it: +- Configure its behaviour: `paci configure`