9 lines
346 B
Markdown
9 lines
346 B
Markdown
# Setting up a Repository
|
|
|
|
All of our project data is stored on the "cloud" (an SD card running on a tiny computer), but how do you access them on your computer?
|
|
To get the files for yourself, you need to "clone" the repository.
|
|
|
|
First, navigate to the repository page on Gitea, then find the HTTP URL for git.
|
|
![](../assets/cloning_geturl.png)
|
|
|