Update README.md

master
Skylar Ittner 5 years ago
parent c5c222e6d2
commit dd741afbd8

@ -49,4 +49,12 @@ This assumes you have Cordova and a working Android SDK installed.
1. Install [Yarn](https://yarnpkg.com), and run `./yarninstall.sh` to grab dependencies. 1. Install [Yarn](https://yarnpkg.com), and run `./yarninstall.sh` to grab dependencies.
2. Run `./removebloat.sh` to cut the APK size in half. 2. Run `./removebloat.sh` to cut the APK size in half.
3. Run `cordova platform add android`. 3. Run `cordova platform add android`.
4. Run `cordova build android --release`. 4. Run `cordova build android --release`.
License
-------
The code in `www` (except `node_modules`) is licensed under the Mozilla Public
License 2.0. We didn't write the rest, most of it is autogenerated or third-party.
Consult `licenses.txt` or the built-in open source info page for details.
Loading…
Cancel
Save