update build scripts
This commit is contained in:
parent
d31ef3882d
commit
c6543c3669
2 changed files with 8 additions and 4 deletions
3
justfile
3
justfile
|
@ -1,6 +1,9 @@
|
|||
# vim: set ft=make :
|
||||
root := `pwd`
|
||||
|
||||
setup-ubuntu:
|
||||
sudo apt install fuse3 pandoc
|
||||
|
||||
# Build static website
|
||||
build:
|
||||
tup build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue