Browse Source

README: updates: @ambers org, debowerizing.

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

+ 2 - 4
README.md

@@ -14,7 +14,7 @@ include `amber-compat-es5` and also shim event API
 
 - Install Amber ([Instructions](http://docs.amber-lang.net/faq.html))
 - Do ``amber init``
-- ``bower install domite --save``
+- ``npm install @ambers/domite --save``
 - ``grunt devel``
 - Start server with `amber serve` and go to `http://localhost:4000/`
 
@@ -99,9 +99,7 @@ Event API:
 To bring project alive (for example after `git clone`):
 
 ```sh
-npm install
-bower install
-grunt devel
+npm run init
 ```
 
 Developing the project (after brought alive):