Browse Source

Update README.md

Hannes Hirzel 9 years ago
parent
commit
55fd084795
1 changed files with 8 additions and 1 deletions
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -6,6 +6,13 @@ Lite mite wrapping basic DOM for Amber Smalltalk
 
 ## Getting Started
 
+- Install Amber ([Instructions](http://docs.amber-lang.net/faq.html))
+- Do ``amber init``
+- ``bower install domite --save``
+- Start server with `amber serve` and go to `http://localhost:4000/`
+
+## Contributing
+
 To bring project alive (for example after `git clone`):
 
 ```sh
@@ -15,5 +22,5 @@ grunt devel
 ```
 
 Developing the project (after brought alive):
- 
+
 Start server with `amber serve` and go to `http://localhost:4000/` in your browser and follow the instructions