Resolve "make Releases public and downloadable"
This commit is contained in:
parent
7d87557fe5
commit
5d783f724d
2 changed files with 41 additions and 27 deletions
|
|
@ -6,6 +6,7 @@
|
|||
Finanzfuchs
|
||||
|
||||
## Installation and Setup
|
||||
### Run with expo go (ios and Android)
|
||||
To install and run Finanzfuchs locally:
|
||||
|
||||
Required: `npm` (node packet manager), `node.js` (recommended latest stable)
|
||||
|
|
@ -19,6 +20,9 @@ Required: `npm` (node packet manager), `node.js` (recommended latest stable)
|
|||
3. After installing, just scan the QR Code using the App on Android or the Camera-App on iOS.
|
||||
5. Alternatively you can use an Emulator using Android SDK or the iOS equivalent. After starting the server, press the prefered Button `a` for Android, `i` for iOS or `w` for Web-View **(Web-View is currently not supported) **
|
||||
|
||||
### Prebuilt apk (Android only)
|
||||
A more convenient way to run Finanzfuchs is to Download the prebuilt apk which can be found under releases in this GitLab repository. This apk file will be kept up to date. Just download and isntall the most recent version.
|
||||
|
||||
## Usage
|
||||
|
||||
- **Adding Expenses**: Press the plus button to add expenses.
|
||||
|
|
@ -34,4 +38,4 @@ Required: `npm` (node packet manager), `node.js` (recommended latest stable)
|
|||
- Walcher, Raphael
|
||||
|
||||
## License
|
||||
Finanzfuchs is released under the [MIT License].
|
||||
Finanzfuchs is released under the [MIT License].
|
||||
|
|
|
|||
Reference in a new issue