Update README.md

This commit is contained in:
Julia Friesel
2019-01-12 11:49:48 +00:00
parent 999c65379d
commit ea58d738a9
+2 -2
View File
@@ -5,11 +5,11 @@ A menstrual cycle tracking app that's open-source and leaves your data on your p
## Development setup
1. Install [Android Studio](https://developer.android.com/studio/) - you'll need it to install some dependencies.
1. Make sure you are running Node 8 or 9 (newer versions wont work). It's easiest to switch Node versions using `nvm`, heres how to do it:
1. Make sure you are running Node 8 (newer versions wont work). It's easiest to switch Node versions using `nvm`, heres how to do it:
```
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install v9
nvm install v8
```
1. Clone this repository: