From fc41826070f5153c72eb8954e3f78435655256e6 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 09:43:43 +0200 Subject: [PATCH] more examples for cli add --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d65f0a0..423ec5a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b --bin -> Go intall, if not specified takes "true" --run -> Go run, if not specified takes "true" ``` - ``` $ realize start --name="Web Server" --base="server" ``` @@ -54,8 +53,9 @@ A Golang build system with file watchers, output streams and live reload. Run, b ``` $ realize add ``` - Or - + ``` + $ realize add --base="mypath" + ``` ``` $ realize add --name="Project Name" --build ```