|
|
@ -30,8 +30,10 @@ To build and install:
|
|
|
|
``` shell
|
|
|
|
``` shell
|
|
|
|
$ make && sudo make install
|
|
|
|
$ make && sudo make install
|
|
|
|
```
|
|
|
|
```
|
|
|
|
The default install path is `/usr/local/bin`, change `INSTALL_DIR` in `Makefile` to specify location.
|
|
|
|
The default install path is `/usr/local/bin`, change `INSTALL_DIR` in [Makefile] to specify location.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Makefile]: ./blob/master/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
To uninstall:
|
|
|
|
To uninstall:
|
|
|
|
``` shell
|
|
|
|
``` shell
|
|
|
|
$ sudo make uninstall
|
|
|
|
$ sudo make uninstall
|
|
|
|