From 5698586b797f2c922cdd62434ba5d4235e0202bc Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 20:42:43 +0200 Subject: [PATCH] image fast run --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e85b3e0..be36d24 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,15 @@ A Golang build system with file watchers, output streams and live reload. Run, b ``` $ realize run ``` + + Fast run launches a project from his working directory without a config file + + ``` + $ realize run --fast + ``` + + ![Preview](http://i.imgur.com/QNXu979.png) + #### Config file example