From 659d18455915a3ff27258a478f7650505a98347f Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 25 Jul 2020 14:13:32 +0200 Subject: [PATCH] Make the api download version more clear --- content/download/index.en.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index aa427ad..d58c2a5 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -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).