aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthijs van der Wild <matthijs@vanderwild.com>2026-03-13 14:17:47 +0000
committerMatthijs van der Wild <matthijs@vanderwild.com>2026-03-13 14:27:37 +0000
commitc3c24222de4f6ab35c99db62120b047dc596182a (patch)
tree8f5e255da9f123aea54c21a70e7deb33fdf8be52
parentdf036bb1792e97b685d8b54f2b1480236bfab65f (diff)
Update deployment instructionsHEADmaster
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7134244..96e54ce 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ This is the source of <https://matthijs.vanderwild.com>.
simply run
```
-./publish $PWD <output directory>
+./publish.sh $PWD/src <output directory>
+./publish.sh $PWD/assets <output directory>
```
from the repository root directory.