Skip to content

Commit deec17f

Browse files
committed
Add build instructions to README.md
1 parent cb77193 commit deec17f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ Este software é source-available, ou seja, não é permitida a sua comercializa
5656
<br>
5757

5858
> *assume-se uma velocidade média de 15km/h<br>**assume-se uma poupança de 250g/km
59+
60+
61+
Para dar build da app correr
62+
```sh
63+
npm install;
64+
npm run build && npx cap sync && cd android && ANDROID_HOME=$YOUR_ANDROID_SDK_HOME ./gradlew build --info && cd ..```

0 commit comments

Comments
 (0)