Browse Source

README: updates: @ambers org, debowerizing.

Herby Vojčík 5 years ago
parent
commit
9ab0cda937
1 changed files with 1 additions and 4 deletions
  1. 1 4
      README.md

+ 1 - 4
README.md

@@ -13,7 +13,6 @@ The following packages need to be installed globally:
 
 * `node` (NodeJS)
 * `npm` (NodeJS package manager)
-* `bower` (JavaScript package manager)
 * `grunt-cli` (build packages on the commandline)
 * `@ambers/cli` (for serving and creating Amber applications)
 
@@ -24,9 +23,7 @@ There are two ways how to contribute. Both ways require forking this repo first
 
 * `git clone https://lolg.it/amber/helios.git`
 * `cd helios`
-* `npm install`
-* `bower install`
-* `grunt devel`
+* `npm run init`
 
 If you only want to contribute to Helios itself you can now run Helios as a regular Amber application by executing