Fix: Typo in readme.
This commit is contained in:
parent
42c902ea52
commit
75fcc29d57
@ -24,14 +24,14 @@ PREFIX=/usr/local/ make install
|
||||
## Uninstallation
|
||||
|
||||
```shell
|
||||
make install
|
||||
make uninstall
|
||||
```
|
||||
|
||||
Removes the files installed with the `install` make target.
|
||||
> **NOTE:** If `PREFIX` variable was changed during installation process the same value needs to be set for uninstallation. E.g.:
|
||||
|
||||
```shell
|
||||
PREFIX=/usr/local/ make install
|
||||
PREFIX=/usr/local/ make uninstall
|
||||
```
|
||||
|
||||
## Example
|
||||
|
Loading…
Reference in New Issue
Block a user