mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Update README.md
Add more info about git on windows [no ci]
This commit is contained in:
parent
ee3633ec14
commit
939d35676b
15
README.md
15
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user