From 706e03f5e919f47095974e4b8d57604e85a69e74 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Mar 2020 19:09:11 +0100 Subject: [PATCH] Fix download urls --- content/download/index.en.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index 5b28656..1fc945a 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -17,23 +17,25 @@ You can download Vikunja in various forms: ## Backend (API-Server) -Latest [Stable](https://dl.vikunja.io/vikunja/api/0.10/) or [Current master](https://dl.vikunja.io/vikunja/api/master/). Everytime a commit to master is made, the latest build gets updated. +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. + +Master builds contain the latest changes, 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. -The backend is also available to download as [a debian package](https://dl.vikunja.io/vikunja/deb/). +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. ## Frontend (Javascript) -You can get all frontend version on [our minio server](https://dl.vikunja.io/vikunja/frontend/). +You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/). You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo. ## Mobile apps -We have [pre-built apks for Android](https://dl.vikunja.io/vikunja/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. As the app is built with flutter, we'll have binaries for iOS once we figured out a good way to build these with our infrastructure. Due to restrictions in the iOS platform, you'll have to sign these yourself to install it on your apple device. We'll also publish these to the app store one day. -You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS). Instructions on how to do this can be found in the repo. +You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).