diff --git a/README.md b/README.md index e907f23..277f2de 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,11 @@ usage: in premake5.lua change "workspace" and "project" variable in .vscode/launch.json change "program" to the same name as used in the premake5.lua file above -use the command "premake5 vs2022" to create VS files. (not tested) \ No newline at end of file +use the command "premake5 vs2022" to create VS files. (not tested) + +git setup: +git config --global user.name "Name here" +git config --global user.email "email@test.eu" +git config --global core.sshCommand 'ssh -p 222 -i ~/.ssh/git' +-i is only needed for a non standard ssh-key name +the global flag is optional and shouldn't be used for the sshCommand of other git servers are also used