From db93711aa7120fbfef7a74afad138b593cea56c2 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 28 Dec 2021 09:37:17 +0100 Subject: Use sudo to install and uninstall --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3