commit 84f4858
chld
·
2026-09-20 03:54:25 +0000 UTC
parent 6d5895d
README.md: fixes
1 files changed,
+3,
-3
+3,
-3
1@@ -15,12 +15,12 @@ unlike dtr, dull has much cleaner lockfiles, and they are easily parsable and ac
2 dependency management is not a missing thing. you could want a slop toolchain, and you could achieve that without being locked into the usual le good toolchain, or passing an additional flag: like d in `dtr`.
3 ### paths
4 sometimes, youd like to keep to yourself, and store your ports offline. sometimes, you want individual, seperate ports trees. thats why we have paths! paths can be set in */etc/dull.conf.sh*:
5-
6+
7 ```sh
8 DULL_PATH=/ports/heresy:/ports/main
9 ```
10
11 ### inspriations
12-[dtr](https://codeberg.org/derivelinux/ports/src/branch/main/dtr), the pain and (lack of) speed that made me make dull
13-[kiss](https://kisscommunity.org), for manifests and paths
14+[dtr](https://codeberg.org/derivelinux/ports/src/branch/main/dtr), the pain and (lack of) speed that made me make dull
15+[kiss](https://kisscommunity.org), for manifests and paths
16 slackpkg, for the intentional lack of dependency management