diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,8 +1,7 @@ <div align="center"> -  - -*(package it!)* +<h1>pkgit</h1> +(package it!) </div> @@ -23,9 +22,9 @@ Enter the project directory, and follow one of the following procedures. make ``` -## Using bldit +## Using pkgit ``` -./bldit +pkgit build ``` Both methods will create an executable in the root directory of the project. @@ -47,6 +46,9 @@ Or you can use the short command: pkgit i [pkg_name] ``` +> ***[DISCLAIMER]*** +> NOT WORKING YET + If you want to specify a version other than the latest, you can use `--tag:` or `-t:`: ``` pkgit install [pkg_name] --tag:[tag] |
