From 383dadae308afdf803e502c50b7502b902925242 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 10 Feb 2015 13:10:18 -0200 Subject: Cleaned the web-ui instructions a bit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3