Update README.md
This commit is contained in:
parent
5c357f9b81
commit
4b37511728
14
README.md
14
README.md
|
@ -42,7 +42,19 @@ cd fluffychat-flutter
|
||||||
|
|
||||||
### Android / iOS
|
### 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
|
### Web
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue