Minor change

„$“ added
This commit is contained in:
Wolfgang Huß 2019-02-01 08:53:19 +01:00 committed by GitHub
parent 75d3536c9a
commit 637ee0ff0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,12 +48,12 @@ Add the original Human Connection repository as `upstream`. This prepares you to
{% tabs %}
{% tab title="HTTPS" %}
```bash
git remote add upstream https://github.com/Human-Connection/Nitro-Backend.git
$ git remote add upstream https://github.com/Human-Connection/Nitro-Backend.git
```
{% endtab %}
{% tab title="SSH" %}
```bash
git remote add upstream git@github.com:Human-Connection/Nitro-Backend.git
$ git remote add upstream git@github.com:Human-Connection/Nitro-Backend.git
```
{% endtab %}
{% endtabs %}