From e5cca4f733a7c940358be17a1c400b770c89a547 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 25 May 2026 09:52:21 +0000 Subject: added some more docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c74bf8..f971165 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ pkgit build ``` Both methods will create an executable in the root directory of the project. +You'll probably also want to generate a base configuration file if you don't already have one. +Run this as a user to generate the config: +``` +make defconfig +``` + # Install pkgit After compiling, run the following with root privilages: ``` @@ -117,6 +123,7 @@ install_directories = { repositories = { example_name = { url = "https://...", + version = "v0.0.0", dependencies = { ... }, -- cgit v1.2.3