From 637ee0ff0c3d4df76d51efd7760bb7cff3f42525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 1 Feb 2019 08:53:19 +0100 Subject: [PATCH] Minor change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit „$“ added --- backend/installation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}