aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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