Update readme
This commit is contained in:
parent
2cf256c3cc
commit
8b020f6d8d
|
|
@ -15,13 +15,16 @@ Client app for the [Invoice Ninja](https://github.com/invoiceninja/invoiceninja)
|
||||||
## Setting up the app
|
## Setting up the app
|
||||||
|
|
||||||
- Initialize the config file
|
- Initialize the config file
|
||||||
`cp lib/.env.dart.example lib/.env.dart`
|
|
||||||
|
cp lib/.env.dart.example lib/.env.dart
|
||||||
|
|
||||||
- Support running the code unsigned on Android
|
- Support running the code unsigned on Android
|
||||||
`cp android/app/build.gradle.dev android/app/build.gradle`
|
|
||||||
|
cp android/app/build.gradle.dev android/app/build.gradle
|
||||||
|
|
||||||
- Run the app
|
- Run the app
|
||||||
`flutter run`
|
|
||||||
|
flutter run
|
||||||
|
|
||||||
Note: if you don't have an Invoice Ninja backend setup you can test the app with these credentials:
|
Note: if you don't have an Invoice Ninja backend setup you can test the app with these credentials:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue