more examples for cli add

This commit is contained in:
alessio 2016-08-21 09:43:43 +02:00
parent 7c2f8f8e49
commit fc41826070

View File

@ -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" --bin -> Go intall, if not specified takes "true"
--run -> Go run, if not specified takes "true" --run -> Go run, if not specified takes "true"
``` ```
``` ```
$ realize start --name="Web Server" --base="server" $ 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 $ realize add
``` ```
Or ```
$ realize add --base="mypath"
```
``` ```
$ realize add --name="Project Name" --build $ realize add --name="Project Name" --build
``` ```