diff --git a/README.md b/README.md index 742dd17ce9f0645e2b96598a1c78e078b96e32fe..ebeddec14d0348a030737fd4cbee6f758bb5a21a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ Use this repository to bootstrap git on your windows box. * install [just-install](https://just-install.it/), if not present * afterwards it install git, if not present * creates an ssh keypair located in `C:\hshgitlab\id_rsa` and `C:\hshgitlab\id_rsa.pub` +* adds the private key as default to the `${env:programfiles}\Git\etc\ssh\ssh_config`, which allows you to use it in the git binary. * prints the public key on your console +**NOTE** It does not add git to the path. You need to do this manually - path: `${env:programfiles}\Git\bin\` + ## Usage Be careful, this executes code directly on your machine. You are expected to [read the script](https://lab.it.hs-hannover.de/powershell/bootstrap-git/blob/master/Install.ps1) before you execute it.