Removed incorrect 'sudo' from (un)install steps. Thanks ~lucidiot for pointing this out! :D
This commit is contained in:
父節點
af95d138a9
當前提交
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
|
||||
|
||||
|
載入中…
x
新增問題並參考
Block a user