diff --git a/backend/installation/README.md b/backend/installation/README.md index 5d80f8d28..bdd7383a5 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -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 %}