We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664cb7f commit 8ecaf26Copy full SHA for 8ecaf26
1 file changed
justfile
@@ -2,7 +2,7 @@ list:
2
just --list
3
4
install:
5
- cargo install zola
+ cargo install --locked --git https://github.com/getzola/zola
6
7
# Build the calendar-gen tool
8
build-calendar-gen:
0 commit comments