aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-01 13:23:18 +0000
committerdacctal <dacctal@symlinx.net>2026-06-01 13:23:18 +0000
commit62480d6cc957c9ad36dc2ca6fc5802d79b6e8590 (patch)
treeb4054faa0aece7714f7887cca330827a2f111512
parent85f3e127f1cd809d9e0b76cec73f14b2b19e5345 (diff)
specified version in README.md and added uninstall function objective to TODO.md
-rw-r--r--README.md2
-rw-r--r--TODO.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e471437..fc157e3 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ install_directories = {
repositories = {
example_name = {
url = "https://...",
- version = "v0.0.0",
+ version = "v0.0.0", -- can be a tag or branch
dependencies = {
...
},
diff --git a/TODO.md b/TODO.md
index e040b61..315cfc2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,6 +10,7 @@
- [x] lua variables for install paths
- [x] lua dependency listing
- [x] version management
+- [-] lua uninstall function
- [ ] (maybe) lua custom install methods for sandboxed builds
- [ ] (maybe) install to store directory
- [ ] (maybe) git commit signature checks