Repos / s4g / ec04afa287
commit ec04afa287cebb927490825c7cc3bd62449fa190
Author: Nhân <hi@imnhan.com>
Date:   Wed Jul 12 16:19:39 2023 +0700

    update readme

diff --git a/README.md b/README.md
index 7b6b91d..b8ebe59 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,19 @@
 only Markdown derivative that actually tries to be both unambiguous _and_
 useful.
 
-Requirements: `go`, `node`.
+Requirements: `go` (build), `node` (runtime).
 
 ```sh
 # Install
 go install go.imnhan.com/webmaker2000@latest
 
 # Create new site
-webmaker2000 -new ~/my-blog
+webmaker2000 new -f ~/my-blog
 
-# Run program
-webmaker2000 -folder ~/my-blog
+# Run program, which:
+# - listens to changes and automatically re-generates
+# - starts a local HTTP server for preview, also livereloads on changes
+webmaker2000 serve -f ~/my-blog
 ```
+
+GUI Coming Soon (tm).