summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index ddf4b37..2c3f7d8 100644
--- a/README.org
+++ b/README.org
@@ -19,7 +19,7 @@ already does:
#+begin_src sh
make
-sudo make install
+make install
# To uninstall:
-sudo make uninstall
+make uninstall
#+end_src