Browse Source

README: updates: @ambers org, debowerizing.

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

+ 2 - 4
README.md

@@ -12,7 +12,7 @@ present in Amber.
 If not already present, create a project
 in an empty directory with `amber init`.
 
-In a project, `bower install silk --save` and `grunt devel`.
+In a project, `npm install @ambers/silk --save` and `grunt devel`.
 
 Start development server with `amber serve`
 and go to `http://localhost:4000/` in your browser.
@@ -74,9 +74,7 @@ As for widgets, any object will work, it only needs ``renderOnSilk: aSilk`` meth
 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):