From 7d54fa279c225e13ec463bab106d27b4862913fb Mon Sep 17 00:00:00 2001 From: Niklas Heer Date: Fri, 8 Dec 2017 07:51:59 +0100 Subject: [PATCH] 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`