mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
12 lines
311 B
Markdown
12 lines
311 B
Markdown
Download git and run in terminal:
|
|
```terminal
|
|
git config --global user.name "Your Name"
|
|
git config --global user.email "youremail@yourdomain.com"
|
|
```
|
|
|
|
Enter in required directory and run:
|
|
```terminal
|
|
git clone https://github.com/KristofersSolo/Godot
|
|
```
|
|
|
|
or just use [GitHub Desktop](https://desktop.github.com) |