summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-16 22:23:36 -0400
committerJune McEnroe <june@causal.agency>2020-07-16 22:23:36 -0400
commit771fb22dfc1c2d750291a6b8fff4935d02b0d777 (patch)
tree32dc3b337c6c82d67b5db627093ac231f03a5aba /README.7
parentAdd README (diff)
downloadscooper-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.72
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