diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |