From 3ac164ea1cba13744737e47fb32a92f41d974bc3 Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 22 Aug 2016 00:57:04 +0200 Subject: [PATCH] fast run ready --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 15736ca..929a45c 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b --fmt -> Go fmt, if not specified takes "true" --config -> If there is a config file with a project for the current directory take that configuration ``` - - - ![Preview](http://i.imgur.com/QNXu979.png) - #### Config file example @@ -153,7 +149,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b - [x] Support for directories with duplicates names - [ ] Go test support - [x] Go fmt support -- [ ] Cli fast run +- [x] Cli fast run - [x] Execution times for build/install - [x] Go doc - [x] Support for server start/stop