Add instructions for forking (or cloning) repo

This commit is contained in:
Wolfgang Huß 2019-01-07 08:08:57 +01:00 committed by GitHub
parent 096f51507c
commit 7db25faf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,26 @@ This documentation should be split into a **local** and a **docker** installatio
The Backend Repository can be found on github.
[https://github.com/Human-Connection/Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend)
## Fork the repo
Click on the fork button.
![Fork screenshot](https://i.imgur.com/syoN9rF.png)
After you have forked, modify the following command to add your Github user name.
{% tabs %}
{% tab title="HTTPS" %}
```bash
git@github.com:Human-Connection/Nitro-Backend.git
git clone https://github.com/YOUR-GITHUB-USERNAME/Nitro-Backend.git
```
{% endtab %}
{% tab title="SSH" %}
```bash
git clone git@github.com:YOUR-GITHUB-USERNAME/Nitro-Backend.git
```
{% endtab %}
{% endtabs %}
### Copy Environment Variables