commit a48b1ee
chld
·
2026-02-07 18:12:08 +0000 UTC
parent a036fcf
readme
1 files changed,
+11,
-0
+11,
-0
1@@ -19,6 +19,8 @@ so, what do we have?
2 right now, `dgr` is a **WIP**, but it supports *basic* detour-dtr ish commands like `m` and `sp`.
3 its also probably fundamentally different from any other [derive](https://derivelinux.org) package manager.
4
5+it is reccomended to run `dgr` as root.
6+
7 ## what
8 `dgr` is implementation of the `libdmake.sh` interface written in Go.
9 i want it to be simple as possible for *my* personal use, doing things like
10@@ -26,6 +28,15 @@ i want it to be simple as possible for *my* personal use, doing things like
11 - dependency handling
12 - uhh basic package manager things
13
14+for clarification `dgr` is **NOT compatible** with any other package manager
15+due to things like convenience my personal preference.
16+
17+some important points of differing:
18+- `/var/db/dtr` over `/var/lib/spc`
19+- different enviroment variables
20+
21+but, some variables *are* set to ensure compatibility with `libdmake.sh`
22+
23 ### inspirations
24 some mechanisms of `dgr` were inspired from the following package managers:
25 - [kiss](https://codeberg.org/kiss-community/kiss)