diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 08:38:13 +0000 |
| commit | 44eb727dc537403be092326639a5b7c6d7182146 (patch) | |
| tree | 1459603e69496400c22f53dcec67ec2c3348400a /README.md | |
| parent | c555d4c25b5526c37e94ee2c593f34bdf28b159e (diff) | |
fixed like half of everything idk, you can install stuff now
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] |
