Commit d80617bf00c4cd0002b34dd3e085c687a6e6b6ef

Authored by Carlos Coêlho
1 parent f9896e22

Update README.md with new build instructions

Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com>
Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
README.md
... ... @@ -6,11 +6,10 @@ The Noosfero theme that uses the API to create a totally new client-side fronten
6 6  
7 7 ### If you use Vagrant
8 8 Use our [VirtualBox](https://atlas.hashicorp.com/paulohtfs/boxes/noosfero-dev) with everything setup.
9   -Run:
10   -```
11   - vagrant init paulohtfs/noosfero-dev
12   - vagrant up --provider virtualbox
13   - vagrant ssh
  9 +Run:
  10 +```
  11 +vagrant up
  12 +vagrant ssh
14 13 ```
15 14 This box provides Noosfero and the Angular base theme repositories.
16 15 We've also set up vim and tmux to make the work easier.
... ... @@ -22,12 +21,13 @@ We&#39;ve also set up vim and tmux to make the work easier.
22 21 1. Install Node.js dependencies: `npm install`
23 22 1. Install bower dependencies: `bower install`
24 23 1. Build the project: `npm run build`
  24 +1. Build multiple themes: `npm run build-all`
25 25 1. Run project tests: `npm run test`
26 26  
27 27 ### How to Use
28 28  
29   -Just set the profile theme to `angular-theme`.
30   -
  29 +Copy the desired theme from the `dist` folder into
  30 +noosfero `public/design/themes`.
31 31  
32 32 ## Project Structure
33 33 The folder structure of this project was sorted by feature.
... ...