Browse Source

README: removed duplicity and unneeded npm install

Herbert Vojčík 9 years ago
parent
commit
947d674f16
1 changed files with 1 additions and 9 deletions
  1. 1 9
      README.md

+ 1 - 9
README.md

@@ -4,17 +4,9 @@ Hidden modal dialog to open Amber IDEs
 This is a library to be used within a project.
 There is an index.html that demonstrates the functionality.
 
-Include as devDependency in your Amber project:
-
-```
-bower install amber-ide-starter-dialog --save-dev
-```
-
-and include `require(['amber-ide-starter-dialog'], function (s) { s.start(); });` in your index.html.
-
 ## How to try
 
-So to just try it, clone it, npm install, bower install, amber config, amber serve and point the browser to http://localhost:4000
+So to just try it, clone it, bower install, amber config, amber serve and point the browser to http://localhost:4000
 
 ## How to install into a project