Update docs

This commit is contained in:
0x1eef 2024-06-08 00:59:03 -03:00
parent 2452aea301
commit 0a406099e8

View file

@ -34,9 +34,12 @@ kept in this repository.
# List all tasks
rake -T
# Build website
# Build website (dev build)
rake nanoc:build
# Build website (production build)
buildenv=production rake nanoc:build
# Start web server
rake server