image fast run

This commit is contained in:
alessio 2016-08-21 20:42:43 +02:00
parent 2567ec3ce9
commit 5698586b79
1 changed files with 9 additions and 0 deletions

View File

@ -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