diff options
| author | swindlesmccoop <swindlesmccoop@waifu.club> | 2022-07-24 11:25:52 -0400 |
|---|---|---|
| committer | swindlesmccoop <swindlesmccoop@waifu.club> | 2022-07-24 11:25:52 -0400 |
| commit | d8e961e5d81a034ae448e21ec10c40bc164c0454 (patch) | |
| tree | 6154c14b500654684acdd87c8a7c86d99f1415ed | |
| parent | 6dc650cd06ad87b66ad7274ecdf59d98f40bf6dd (diff) | |
Update formatting
| -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. |