Fix outdated build instructions

This commit is contained in:
0x1eef 2024-08-20 22:18:58 -03:00
parent ee02a0069a
commit ac6520baac

View file

@ -27,16 +27,16 @@ installed to build the website from source:
bin/setup
# List all tasks
rake -T
bundle exec rake -T
# Build website (dev build)
rake nanoc:build
bundle exec rake nanoc:build
# Build website (production build)
rake nanoc:build[production]
bundle exec rake nanoc:build[production]
# Start web server
rake server
bundle exec rake server
## Configuration