aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-28 09:37:17 +0100
committerache <ache@ache.one>2021-12-28 09:37:17 +0100
commitdb93711aa7120fbfef7a74afad138b593cea56c2 (patch)
tree1230c4dba8b49a654de9e9eeba3aa5430bbc817d
parentAdd tests (diff)
Use sudo to install and uninstall
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ba2389..a96592c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ There is a Makefile to do that.
~~~shell
$ git clone https://git.ache.one/dfr/
$ cd dfr
-$ make install
+$ sudo make install
~~~
It will download a dump of wiktionary, create the sqlite database and install dfr.
@@ -31,7 +31,7 @@ Then delete the dump of wiktionary.
You can uninstall everything with `uninstall`.
~~~shell
-$ make uninstall
+$ sudo make uninstall
~~~
How to create the database