From 998f0f3526356431590b33906ee9995353866ac4 Mon Sep 17 00:00:00 2001 From: Lisa Hillebrand Date: Sat, 1 Dec 2018 12:57:24 +0100 Subject: [PATCH] Edited readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8dec77b..1f66c45 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ A menstrual cycle tracking app that's open-source and leaves your data on your p 1. Clone this repository: -``` -git clone git@gitlab.com:bloodyhealth/drip.git -cd drip -``` + ``` + git clone git@gitlab.com:bloodyhealth/drip.git + cd drip + ``` 1. Open Android Studio and click on "Open an existing Android Studio project". Navigate to the drip repository you cloned and double click the android folder. It detects, downloads and cofigures requirements that might be missing, like the NDK and CMake to build the native code part of the project. Also check out nodejs-mobile repository for the necessary prerequisites for your system.