summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8fd26d9..37fda7b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Made to compile for OpenBSD. Comment out the OpenBSD line in the Makefile to compile for Linux. Uncomment the FreeBSD line to compile for FreeBSD.
# Compiling and Installing
-`make && doas make install`
+`make && doas make install`\
Replace doas with sudo as necessary.
# Dependencies
@@ -12,5 +12,5 @@ Each module depends on a script of mine, specifically the following:
- `sb-memory`
- `sb-cputemp`
- `sb-network`
-- `sb-battery`
+- `sb-battery`\
All of these scripts can be found in my [dotfiles repo](/swindlesmccoop/not-just-dotfiles). Simply download each script, make them each executable, and place them somewhere in your $PATH.