From 91bf76621aa0746b72585e3eb1387ceac3034e52 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Fri, 5 Jun 2020 19:43:07 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3ef9d0..88ef31e 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,17 @@ Here --> you will find our [contributing guide](https://gitlab.com/bloodyhealth/ 1. Clone this repository: +with SSH ``` $ git clone git@gitlab.com:bloodyhealth/drip.git + ``` +or with HTTPS + `` + $ git clone https://gitlab.com/bloodyhealth/drip.git + ``` +and run + ``` $ cd drip - ``` - and run - ``` $ npm install ```