浏览代码

updates the getting started section

Nicolas Petton 10 年之前
父节点
当前提交
071ede5059
共有 1 个文件被更改,包括 2 次插入16 次删除
  1. 2 16
      index.html

+ 2 - 16
index.html

@@ -61,24 +61,10 @@ With Amber, client-side web development finally gets the power and productivity
 <div class="box last">
   <h2 id="get-started">Getting started</h2>
   <div class="content">
-	Amber is shipped as a <a href="http://npmjs.org">npm</a> package for its CLI tools and as a <a href="http://bower.io/">bower</a> package for the client-side.
-
-	<pre>
-	# Install the CLI tool `amber`
-	npm install -g amber
-
-	# Initialize your project as bower package
-	cd /path/to/myproject
-	bower init
+	The <a href="http://docs.amber-lang.net/getting-started.html">Getting started</a> page explains how to start an Amber project.
 
-	# Load amber via bower in your project
-	bower install amber --save
-
-	# Serve amber on localhost:4000
-	amber serve
-	</pre>
+	Amber is shipped as a <a href="http://npmjs.org">npm</a> package for its CLI tools and as a <a href="http://bower.io/">bower</a> package for the client-side.
 
-	The <a href="https://github.com/amber-smalltalk/amber/wiki/Getting-started">Getting started</a> page shows more details on ways to obtain Amber and start a project.
   </div>
 </div>