|  | @@ -1,21 +1,27 @@
 | 
	
		
			
				|  |  | -# grunt-init-amber
 | 
	
		
			
				|  |  | +# [Amber Smalltalk](http://amber-lang.net) application generator.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -> Create an [Amber Smalltalk](http://amber-lang.net) based application.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +## Installation (the Amber way)
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +If you want to go the completely integrated Amber way you should not use this grunt-init template directly.
 | 
	
		
			
				|  |  | +Use [amber-cli](https://github.com/amber-smalltalk/amber-cli) instead.
 | 
	
		
			
				|  |  | +Installation is done via `npm install -g amber-cli`.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +Then you can stop reading here and jump over to the amber-cli documentation.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +## Installation (the [Grunt](http://gruntjs.com/project-scaffolding) way)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -## Installation
 | 
	
		
			
				|  |  |  Install [grunt-init](http://gruntjs.com/project-scaffolding) if you have not already done so.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -Place this template in your `~/.grunt-init/` directory after installing grunt-init.
 | 
	
		
			
				|  |  | -It is recommended to clone this template with git as follows:
 | 
	
		
			
				|  |  | +Place this template in your `~/.grunt-init/` directory after installing grunt-init with the following command.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  | -git clone git://github.com/mkroehnert/grunt-init-amber.git ~/.grunt-init/amber
 | 
	
		
			
				|  |  | +git clone git://github.com/amber-smalltalk/grunt-init-amber.git ~/.grunt-init/amber
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  _Windows users, see [the grunt-init documentation](http://gruntjs.com/project-scaffolding) for the correct directory destination_
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -## Usage
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  At the command-line, cd into an empty directory, run this command and follow the prompts.
 | 
	
		
			
				|  |  |  
 |