From b8512ce0730e1575f4329e3b78a1540e5228d4f0 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 22 Jun 2026 18:42:08 +0000 Subject: i fixed the rest of the install functions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d3a2ab..7a9765f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@
-

pkgit

(package it!) -
# 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: -- cgit v1.2.3