Make the api download version more clear
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-07-25 14:13:32 +02:00
parent 7513979e8b
commit 659d184559
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 5 deletions

View File

@ -17,11 +17,12 @@ You can download Vikunja in various forms:
## Backend (API-Server)
Download the latest [stable](https://dl.vikunja.io/api/0.11/) or [current master](https://dl.vikunja.io/api/master/) version from our download server.
You can get all api releases from [our download server](https://dl.vikunja.io/api/).
Master builds contain the latest changes, but may be experimental or contain bugs.
Master builds contain the latest changes and features, but may be experimental or contain bugs.
You can also [get the source code](http://code.vikunja.io/api) and compile it yourself. Instructions on how to do this can be found in the repo.
You can also [get the source code](http://code.vikunja.io/api) and compile it yourself.
Instructions on how to do this can be found in the repo.
The backend is also available to download as [a debian package](https://dl.vikunja.io/deb/).
Unfortunately, we currently don't have a way to provide you with an apt repo, but you can download and install the `.deb` packages manually.
@ -34,8 +35,11 @@ You can also [get the source code](http://code.vikunja.io/frontend) and build it
## Mobile apps
We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device. We'll publish it to F-Droid and the Google Play Store once the app is feature complete.
We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device.
We'll publish it to F-Droid and the Google Play Store once the app is feature complete.
We provide the latest build as beta version via TestFlight for iOS users. To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq). New versions are published by the CI automatically.
We provide the latest build as beta version via TestFlight for iOS users.
To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq).
New versions are published by the CI automatically.
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).