aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <>2026-09-07 00:00:00 +0000
committerNicholas Johnson <>2026-09-07 00:00:00 +0000
commitcac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75 (patch)
tree1595de7d79e5b445d32c33f41b3e639d97b489a6631c2ef302e383e745a0ac64
parentc6e46a90ab080e7a3b079166dba7fda58b7cfe87b48e0467d4f2bf4a77ca4e24 (diff)
downloadjournal-cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75.tar.gz
journal-cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75.zip
Update readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b3652b8..9cd22bf 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,10 @@ The live website is available at [https://nicholasjohnson.ch](https://nicholasjo
```sh
git clone --recursive https://git.nicholasjohnson.ch/journal && cd journal
git branch --track git-annex origin/git-annex
-git annex pull # this may take some time
-hugo -e gemini # generate capsule in directory "public/capsule"
-hugo -e web # generate website in directory "public/website"
+git annex pull # this may take some time
+git annex unlock # necessary since Hugo doesn't follow Git Annex's symlinks
+hugo -e gemini # generate capsule in directory "public/capsule"
+hugo -e web # generate website in directory "public/website"
```
## Commit Hugo Pages