Removed incorrect 'sudo' from (un)install steps. Thanks ~lucidiot for pointing this out! :D

cleanup
m455 2021-03-28 16:37:04 -04:00
parent af95d138a9
commit b0976283c9
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ This section assumes you have [downloaded nicethings](#downloading-nicethings).
#### To install nicethings locally
1. Run `cd nicethings`
2. Run `sudo make install-local`
2. Run `make install-local`
### Installing nicethings to a custom directory
@ -205,7 +205,7 @@ This section assumes you have [downloaded nicethings](#downloading-nicethings).
#### To uninstall nicethings locally
1. Run `cd nicethings`
2. Run `sudo make uninstall-local`
2. Run `make uninstall-local`
## Using nicethings