summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswindlesmccoop <swindlesmccoop@waifu.club>2022-07-24 11:25:52 -0400
committerswindlesmccoop <swindlesmccoop@waifu.club>2022-07-24 11:25:52 -0400
commitd8e961e5d81a034ae448e21ec10c40bc164c0454 (patch)
tree6154c14b500654684acdd87c8a7c86d99f1415ed
parent6dc650cd06ad87b66ad7274ecdf59d98f40bf6dd (diff)
Update formatting
-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.