summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-02-10 13:10:18 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-02-10 13:10:18 -0200
commit383dadae308afdf803e502c50b7502b902925242 (patch)
tree279f13328f3728fae68c8deb921c096dd88cfed4 /README.md
parentbf858054cefe940988cd781d56b156eda3c1cae5 (diff)
Cleaned the web-ui instructions a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9f295cd2..7cb2554c 100644
--- a/README.md
+++ b/README.md
@@ -94,13 +94,11 @@ pixelated-user-agent --register your.provider.org desired_account
* Run:
```
$ npm install
-$ bower install
+$ ./node_modules/bower/bin/bower install
+$ ./go build
```
-If you don't have `bower` installed globally, change the third line to `$ ./node_modules/bower/bin/bower install`
-
-The Web Ui needs to generate the templates and CSS to be served. For that, you need (from inside `./web-ui`) to run the command `./go build` at least once after downloading the code. From here on, you can run `./go watch` to auto-generate the resources as they are changed.
-
+The Web Ui needs to generate the html and CSS to be served, that's why you need to the command `./go build` at least once after downloading the code. From here on, you can run `./go watch` to auto-generate the resources as they are changed.
And that's it.