Browse Source

Update README.md

The need for node, npm and git stressed, plus git for windows instructions.
Herbert Vojčík 9 years ago
parent
commit
a7884d82ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ Some highlights:
 Getting Amber
 -------------
 
-Amber is shipped as a [npm](http://npmjs.org) package for its CLI tools and as a [bower](https://github.com/bower/bower) package for the client-side.
+Amber is shipped as a [npm](http://npmjs.org) package for its CLI tools and as a [bower](https://github.com/bower/bower) package for the client-side. For installation to work, you need to install node, npm and git (in Windows, use Git for Windows and select "Run Git from Windows Command Prompt" and "Checkout Windows-style, commit Unix-style" installation options).
 
     # Install the CLI tool `amber-cli`
     npm install -g amber-cli