summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f2ed45..4c0de23 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,12 @@ Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the
## Work on the blog
-I don't really care about a clean history for the blog.
+I don't really care about a clean history for the blog. While writing an article, there's a couple
+of useful commands:
+
++ `make server`: will start a server on http://localhost:3001
++ `make build`: will build the static site
++ `make clean`: will delete all the generated files
## Write an article