From 0a406099e80c6c7eef6d226b443fddf5db190bb3 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 8 Jun 2024 00:59:03 -0300 Subject: [PATCH] Update docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb79f2766..f5c818c73 100644 --- a/README.md +++ b/README.md @@ -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