Update README.md

This commit is contained in:
Christian Pauly 2020-02-23 09:12:31 +00:00
parent 5c1e4062fa
commit 23a8762462

View file

@ -42,7 +42,19 @@ cd fluffychat-flutter
### Android / iOS
3. `flutter run`
3. For Android install CMake from the SDK Manager
4. Install ninja:
```
sudo apt install ninja-build
```
5. Outcomment the Google Services plugin at the end of the file `android/app/build.gradle`:
```
// apply plugin: "com.google.gms.google-services"
```
6. `flutter run`
### Web