Skip to content

Commit

Permalink
Add notes about build
Browse files Browse the repository at this point in the history
  • Loading branch information
jazeee committed Sep 3, 2023
1 parent c9da1ee commit b927b88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,15 @@ Output like:
DT is device, ST is server. Trends used to be numbers, like 4 is flat, 3 is up, 2 is very up, 5 is down, 6 is very down. Now are strings.
```

## Install notes
## Build Notes

Truly speaking you only need to run `./build.sh`
Once built, you can upload the output file to Google Play Store:
`android/app/build/outputs/bundle/release/`

You'll then need to do their release process.

### Other Install notes (Obsolete)

Will need a keystore to sign the app. (Must use new file if you forgot the pwd LoL)

Expand Down

0 comments on commit b927b88

Please sign in to comment.