fixed formatting
This commit is contained in:
parent
27ec6eb76b
commit
893de78a69
1 changed files with 3 additions and 1 deletions
|
@ -12,11 +12,13 @@ pss-total [OPTIONS]
|
||||||
- `-h`, `--help`: print this help message.
|
- `-h`, `--help`: print this help message.
|
||||||
|
|
||||||
|
|
||||||
# Building
|
## Building
|
||||||
|
|
||||||
Build for debug/development: `ninja debug`
|
Build for debug/development: `ninja debug`
|
||||||
|
|
||||||
Build for production: `ninja release`
|
Build for production: `ninja release`
|
||||||
|
|
||||||
Install: `ninja release && sudo sh install.sh`
|
Install: `ninja release && sudo sh install.sh`
|
||||||
|
|
||||||
Uninstall: `sudo sh uninstall.sh`
|
Uninstall: `sudo sh uninstall.sh`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue