From 1503ac364343029110d675c6256d96f10fbad6e2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 29 May 2026 10:55:38 +0000 Subject: updated docs to showcase local repository management --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index db62514..46d4b85 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,20 @@ If you haven't added the package's repository yet, or you just want to be specif pkgit install [url.git] ``` +### 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: +``` +pkgit install . +``` + +## Building packages +*FOR DEVELOPERS* +You can also use pkgit as a sort of meta-build-system to automatically compile any supported project with the build command: +``` +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 + ## Removal ### Packages Removing (uninstalling) a package is as simple as it seems: -- cgit v1.2.3