1
0
Преглед на файлове

README: updates: @ambers org, debowerizing.

Herby Vojčík преди 5 години
родител
ревизия
9ab0cda937
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  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