aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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