diff options
author | June McEnroe <june@causal.agency> | 2020-07-16 22:23:36 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-16 22:23:36 -0400 |
commit | 771fb22dfc1c2d750291a6b8fff4935d02b0d777 (patch) | |
tree | 32dc3b337c6c82d67b5db627093ac231f03a5aba /README.7 | |
parent | Add README (diff) | |
download | scooper-771fb22dfc1c2d750291a6b8fff4935d02b0d777.tar.gz scooper-771fb22dfc1c2d750291a6b8fff4935d02b0d777.zip |
Remove sudo from make install
It makes more sense to install it as user.
Diffstat (limited to '')
-rw-r--r-- | README.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 3e32545..f623467 100644 --- a/README.7 +++ b/README.7 @@ -30,7 +30,7 @@ and SQLite .Bd -literal -offset indent \&./configure make all -sudo make install +make install .Ed . .Pp |