diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/entry/why-i-timestamped-my-journal.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/entry/why-i-timestamped-my-journal.md b/content/entry/why-i-timestamped-my-journal.md index 9b416d8..bc2830a 100644 --- a/content/entry/why-i-timestamped-my-journal.md +++ b/content/entry/why-i-timestamped-my-journal.md @@ -32,8 +32,8 @@ Prerequisites: Commands: ```sh -git clone https://git.nicholasjohnson.ch/journal && cd journal -ots verify -d "$(git show-ref --hash signify-signature-10)" static/timestamp-2.ots +git clone --recursive https://git.nicholasjohnson.ch/journal +ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/timestamp-2.ots ``` |