readme update

This commit is contained in:
Kristofers Solo 2021-10-21 17:11:25 +03:00
parent 929239dfda
commit afc233341b
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Download git and run in terminal: Download git and run in terminal:
```terminal ```terminal
git config --global user.name "Your Name" git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com" git config --global user.email "youremail@yourdomain.com"
``` ```
Enter in required directory and run Enter in required directory and run:
```terminal ```terminal
git clone https://github.com/KristofersSolo/Godot git clone https://github.com/KristofersSolo/Godot
``` ```

View File

@ -1,10 +1,10 @@
Download git and run in terminal: Download git and run in terminal:
```terminal ```terminal
git config --global user.name "Your Name" git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com" git config --global user.email "youremail@yourdomain.com"
``` ```
Enter in required directory and run Enter in required directory and run:
```terminal ```terminal
git clone https://github.com/KristofersSolo/Godot git clone https://github.com/KristofersSolo/Godot
``` ```