From f9e04069c173ca81e6d11135f3458420386c3511 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 23 Aug 2016 15:33:20 +0200 Subject: [PATCH] Changed flags to an more friendly syntax --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b6308d..5186781 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ A Golang build system with file watchers, output streams and live reload. Run, b The add command supports the following custom parameters: ``` - --name="Project Name" -> Name, if not specified takes the working directory name - --path="server" -> Base Path, if not specified takes the working directory name - --build -> Enables the build + --name="Project Name" -> Name, if not specified takes the working directory name + --path="server" -> Base Path, if not specified takes the working directory name + --build -> Enables the build --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) @@ -95,11 +95,11 @@ A Golang build system with file watchers, output streams and live reload. Run, b The fast command supports the following custom parameters: ``` - --build -> Enables the build + --build -> Enables the build --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) - --config -> Take the defined settings if exist a config file + --config -> Take the defined settings if exist a config file ``` #### Config file example