summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcptpcrd <31829097+cptpcrd@users.noreply.github.com>2019-07-23 16:20:28 -0400
committerBrian May <brian@linuxpenguins.xyz>2019-07-25 07:42:26 +1000
commit71f2248b07da59cf0530dce1cb3d20291c5568e8 (patch)
treee8192432d80238bf253446e6059397a7c97cc881
parent935393b2618fddc7e385a6afd385432e536b9d7b (diff)
Fix Arch linux installation instructions
`pacman -Sy` does a partial upgrade, which is specifically documented as being unsupported.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fb1e436..abaec43 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@ Obtaining sshuttle
- Arch Linux::
- pacman -Sy sshuttle
+ pacman -S sshuttle
- Fedora::