open a git console
$ git init
Initialize an empty Git repository in the current directory.
Go to our codeberg website
$ git clone https://codeberg.org/Patrick_Pluto/FreeTTRPG.git
Clone the FreeTTRPG repository from Codeberg to your local machine.
git clone
$ git clone https://codeberg.org/Patrick_Pluto/FreeTTRPG.git
Clone the FreeTTRPG repository from Codeberg to your local machine.
move into the repository
$ cd FreeTTRPG
Display the contents of the license file (`LICENSE`).
read through our license
$ cat LICENSE
Move the bash console into the newly created repository