|  | @@ -15,8 +15,8 @@ To get your clone, follow this list:
 | 
	
		
			
				|  |  |  1. Install the tools: ```npm install -g amber-cli grunt-cli bower```.
 | 
	
		
			
				|  |  |  1. Run ```npm install``` to install dependencies listed in package.json. Used by development tools. See [here](https://www.npmjs.org/doc/cli/npm-install.html) for more info.
 | 
	
		
			
				|  |  |  1. Run ```bower install``` to install dependencies listed in bower.json. Used by Amber in browser. See [here](http://bower.io/) for more info.
 | 
	
		
			
				|  |  | -1. Get your copy of Helios IDE into directory `my/helios`, depending if you have your fork or want to use stock version:
 | 
	
		
			
				|  |  | -  ```git clone git@github.com:<amber-smalltalk | your username>/helios.git my/helios```.
 | 
	
		
			
				|  |  | +1. Get your copy of Helios IDE into directory `my/helios`, choosing among using your own fork / using the stock version:
 | 
	
		
			
				|  |  | +  ```git clone git@github.com:<your username>/helios.git my/helios``` / ```git clone git@github.com:amber-smalltalk/helios.git my/helios```.
 | 
	
		
			
				|  |  |  1. Install Helios' dependencies: ```cd my/helios && bower install && cd ../..```.
 | 
	
		
			
				|  |  |  1. Get your copy of legacy IDE into directory `my/amber-contrib-legacy`:
 | 
	
		
			
				|  |  |    ```git clone git@github.com:amber-smalltalk/amber-contrib-legacy.git my/amber-contrib-legacy```.
 |