From 4d89346db0ace5aabe361c5ac723dc3e7a404c15 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 12 Apr 2024 23:33:29 +0200 Subject: [PATCH] fix: clarify api and frontend in download --- content/download/index.en.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/content/download/index.en.md b/content/download/index.en.md index 3f2bb57b..ab9625cf 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -19,28 +19,20 @@ Every part of Vikunja is available as an unstable or release build. Unstable builds contain the latest changes and features, but are experimental or may contain bugs. [Check out this docs article](https://vikunja.io/docs/versions/) to learn more. -## API-Server +## Vikunja -If you want to host Vikunja, you have to install this. +Vikunja is distributed as a single binary, bundling the frontend and api into one. -You can get all api releases from [our download server](https://dl.vikunja.io/api/). +You can get all releases from [our download server](https://dl.vikunja.io/vikunja/). -You can also [get the source code](https://code.vikunja.io/api) and compile it yourself. -Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#api). +You can also [get the source code](https://code.vikunja.io/vikunja) and compile it yourself. +Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/). -The api is available as `.deb`, `.apk` (alpine) and `.rpm` package. +The api is available as binary for all usual platforms and `.deb`, `.apk` (alpine) and `.rpm` package for easy installation on systems. Just look for the files in the respective release folder. [A docker image](https://vikunja.io/docs/full-docker-example/) is available as well. -## Frontend - -You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/). - -You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#frontend). - -[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well. - ## Desktop apps The frontend is available as standalone desktop app.