| 
					
				 | 
			
			
				@@ -26,9 +26,11 @@ Amber is shipped as a [npm](http://npmjs.org) package for its CLI tools and as a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # Install the CLI tool `amber` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     npm install -g amber 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    # Load amber via bower in your project 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    # Initialize your project as bower package 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cd /path/to/myproject 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bower init 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    # Load amber via bower in your project 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bower install amber --save 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # Serve amber on localhost:4000 
			 |