about 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
June McEnroe 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe