From 22f8993699465918b0b0d5918a7ce9ab62024481 Mon Sep 17 00:00:00 2001 From: alessio Date: Wed, 17 Aug 2016 16:57:41 +0200 Subject: [PATCH] Fixed layout --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4c8ce8d..131876b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Run, build and watch file changes with custom paths $ go get github.com/ghodss/yaml ``` - From the root of your project/projects: + ``` realize start ``` @@ -21,18 +22,22 @@ Run, build and watch file changes with custom paths realize start --name="Project Name" --main="main.go" --base="/" ``` - Add another project whenever you want + ``` realize add --name="Project Name" --main="main.go" --base="/" ``` - Remove a project by his name + ``` realize remove --name="Project Name" ``` - Lists all projects + ``` realize list ``` - Build, Run and watch file changes. Realize will re-build and re-run your projects on each changes + ``` realize run ```