From 8b50a6d8e0930d70eba5d28b3f8bca26e7e7421e Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 09:37:37 +0200 Subject: [PATCH] cli run/build/install more simples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cda2eb7..d65f0a0 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ A Golang build system with file watchers, output streams and live reload. Run, b ``` --name="Project Name" -> Name, if not specified takes the working directory name --base="server" -> Base Path, if not specified takes the working directory name - --build="true" -> Go build, if not specified takes "false" - --bin="false" -> Base Path, if not specified takes "true" - --run="false" -> Base Path, if not specified takes "true" + --build -> Go build, if not specified takes "false" + --bin -> Go intall, if not specified takes "true" + --run -> Go run, if not specified takes "true" ``` ``` @@ -57,7 +57,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b Or ``` - $ realize add --name="Project Name" --build="true" + $ realize add --name="Project Name" --build ``` - Remove a project by his name