aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-06 16:19:38 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-06 16:21:22 +0100
commit98e18c714bf1668e9c041f1be4abcab548f22294 (patch)
tree54b7fc8f434e6b677daf8da25ef425c8937300cc /README.md
parent01438f00d44adf33f59da729b347eca60cb461a8 (diff)
downloadpack-98e18c714bf1668e9c041f1be4abcab548f22294.tar.gz
pack-98e18c714bf1668e9c041f1be4abcab548f22294.tar.xz
pack-98e18c714bf1668e9c041f1be4abcab548f22294.zip
.builds: use my own minimal/do version
The upstream minimal/do does not support relative shebangs and breaks builds. This fixes it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25038b3..6857b3c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Dependencies
Pack has no runtime dependencies. The following is a list of build dependencies:
- An implementation of redo
- - <https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do>
+ - <https://the-tk.com/files/do>
Copy it to the source directory, make it executable and run it. Only
designed for building. For development, one of the other implementations
is recommended.