diff options
| author | ache <ache@ache.one> | 2021-12-28 09:37:17 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2021-12-28 09:37:17 +0100 |
| commit | db93711aa7120fbfef7a74afad138b593cea56c2 (patch) | |
| tree | 1230c4dba8b49a654de9e9eeba3aa5430bbc817d | |
| parent | Add tests (diff) | |
Use sudo to install and uninstall
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |