diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-22 18:42:08 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-22 18:42:08 +0000 |
| commit | b8512ce0730e1575f4329e3b78a1540e5228d4f0 (patch) | |
| tree | f1225035e9fa11510284b2ac48815f22d47bfd04 /README.md | |
| parent | a18b7108f1648dc69e06bb21e84ec48a2dd60f60 (diff) | |
i fixed the rest of the install functions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,6 @@ <div align="center"> - <h1>pkgit</h1> (package it!) - </div> # What is this? @@ -131,7 +129,9 @@ pkgit --install [url.git] This also works with the target and version syntax. ### Local install -If you want to install a package from a local code repository, and want to take advantage of pkgit's build system autodetection, you can enter that repository's root directory and install it from there: +If you want to install a package from a local code repository, +and want to take advantage of pkgit's build system autodetection, +you can enter that repository's root directory and install it from there: ``` pkgit --install . ``` @@ -142,7 +142,7 @@ You can also use pkgit as a sort of meta-build-system to automatically compile a ``` pkgit --build [/path/to/project] ``` -This can also be done without specifying the path (`pkgit build`) if you're in the project's root directory +This can also be done without specifying the path (`pkgit --build`) if you're in the project's root directory ## Removing Packages Removing (uninstalling) a package is as simple as it seems: |
