Edited readme

This commit is contained in:
Lisa Hillebrand
2018-12-01 12:57:24 +01:00
parent c8ec09b08a
commit 998f0f3526
+4 -4
View File
@@ -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.