Update Readme.md

This commit is contained in:
Faerbit 2018-09-15 11:18:11 +02:00
parent 100fcb554d
commit 9c8c735dc2

View File

@ -23,13 +23,13 @@ make install DESTDIR=/desired/path
mkdir /pkg # folder for storing packages mkdir /pkg # folder for storing packages
``` ```
**c**reate **p**ac**k**a**g**e: **c**reate **p**ac**k**a**g**e:
```bash ```bash
cd build_dir/of/foo cd build_dir/of/foo
cpkg make install # DESTDIR is set by cpkg cpkg make install # DESTDIR is set by cpkg
``` ```
**q**ist **p**ac**k**a**g**e version:
**q**uery **p**ac**k**a**g**e version:
``` bash ``` bash
qpkg foo qpkg foo
``` ```