1 parent 6c714cd commit 9140045Copy full SHA for 9140045
4 files changed
.gitignore
@@ -14,4 +14,9 @@
14
# Env
15
.env
16
17
-RELEASE.txt
+RELEASE.txt
18
+
19
+# Local demo generation assets
20
+scripts/demo.sh
21
+scripts/demo.tape
22
+demo.mp4
README.md
@@ -4,6 +4,8 @@
4
5
Path-aware terminal task manager for global and project-local todos.
6
7
+
8
9
## Install and run
10
11
```sh
demo.gif
624 KB
install.sh
@@ -66,7 +66,7 @@ echo "-> installing tody ${tag} for ${target}"
66
echo "-> download: ${url}"
67
68
mkdir -p "${BINDIR}"
69
-curl -fL "${url}" -o "${tmpdir}/${asset}"
+curl -fsSL "${url}" -o "${tmpdir}/${asset}"
70
tar -xzf "${tmpdir}/${asset}" -C "${tmpdir}"
71
72
if [ ! -f "${tmpdir}/tody" ]; then
0 commit comments