Update docs
This commit is contained in:
parent
2452aea301
commit
0a406099e8
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue