Removed incorrect 'sudo' from (un)install steps. Thanks ~lucidiot for pointing this out! :D
parent
af95d138a9
commit
b0976283c9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue