浏览代码

README: removed duplicity and unneeded npm install

Herbert Vojčík 9 年之前
父节点
当前提交
947d674f16
共有 1 个文件被更改,包括 1 次插入9 次删除
  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