Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
asoseil committed Aug 30, 2016
2 parents 8c7da84 + ca8c70c commit 8a2275c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ A Go build system with file watchers, output streams and live reload. Run, build
```
$ realize add --name="My Project" --path="projects/package" --build --no-run
```
If you want, you can specify additional arguments for your project.
**The additional arguments must go after the options of "Realize"**
```
$ realize add --path="/print/printer" --no-run yourParams --yourFlags // correct
$ realize add yourParams --yourFlags --path="/print/printer" --no-run // wrong
```
- Remove a project by its name
```
Expand All @@ -104,7 +104,7 @@ A Go build system with file watchers, output streams and live reload. Run, build
```
$ realize fast
```
The fast command supports the following custom parameters:
```
Expand All @@ -115,15 +115,15 @@ A Go build system with file watchers, output streams and live reload. Run, build
--no-fmt -> Disables the fmt (go fmt)
--config -> Take the defined settings if exist a config file
```
The "fast" command supporst addittional arguments as the "add" command.
```
$ realize fast --no-run yourParams --yourFlags // correct
$ realize fast yourParams --yourFlags --no-run // wrong
```
#### Color reference
Expand Down Expand Up @@ -189,4 +189,4 @@ A Go build system with file watchers, output streams and live reload. Run, build
- Chat with us [Gitter](https://gitter.im/tockins/realize)
- [Alessio Pracchia](https://www.linkedin.com/in/alessio-pracchia-38a70673)
- [Daniele Conventi](https://www.linkedin.com/in/daniele-conventi-b419b0a4)
- [Daniele Conventi](https://www.linkedin.com/in/conventi)

0 comments on commit 8a2275c

Please sign in to comment.