aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 09:52:21 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 09:52:21 +0000
commite5cca4f733a7c940358be17a1c400b770c89a547 (patch)
tree2918c45330aee619866f5e5087ef68f3bc474b0e
parent1586b05a45c28212b81c7ef09ec3ebb69cc80319 (diff)
added some more docs
-rw-r--r--README.md7
-rw-r--r--TODO.md4
2 files changed, 8 insertions, 3 deletions
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 = {
...
},
diff --git a/TODO.md b/TODO.md
index 92bb61e..e040b61 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,9 +9,7 @@
- [x] lua config primary(/etc) / secondary(.config) checks
- [x] lua variables for install paths
- [x] lua dependency listing
-- [ ] version management
-- [ ] (maybe) lua custom source fetching methods
+- [x] version management
- [ ] (maybe) lua custom install methods for sandboxed builds
-- [ ] (maybe) branch selection
- [ ] (maybe) install to store directory
- [ ] (maybe) git commit signature checks