Update README.md

Add more info about git on windows [no ci]
This commit is contained in:
Sergei Vorobev 2016-03-09 14:24:15 -08:00
parent ee3633ec14
commit 939d35676b

View File

@ -10,8 +10,23 @@
### Setup Git
Install [Git][], the version control system.
#### Windows
Install git from [official web-site](https://git-scm.com/download/win)
During install process pick this recommended settings:
* Use git and optional unix tools from windows prompt
* Checkout windows style, checking unix style
* Use windows default console windows
Install [windows git credential helper](https://github.com/Microsoft/Git-Credential-Manager-for-Windows)
#### Linux
```sh
sudo apt-get install git
```