aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-22 18:42:08 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-22 18:42:08 +0000
commitb8512ce0730e1575f4329e3b78a1540e5228d4f0 (patch)
treef1225035e9fa11510284b2ac48815f22d47bfd04 /README.md
parenta18b7108f1648dc69e06bb21e84ec48a2dd60f60 (diff)
i fixed the rest of the install functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1d3a2ab..7a9765f 100644
--- a/README.md
+++ b/README.md
@@ -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: