mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1 from Tirokk/patch-1
Add instructions for forking (or cloning) repo
This commit is contained in:
commit
20e416b34b
@ -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.
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user