clarify .deb builds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2022-09-21 17:27:42 +02:00
parent a64ab6da02
commit 9f64d40428
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -26,8 +26,8 @@ Unstable builds contain the latest changes and features, but may be experimental
You can also [get the source code](https://code.vikunja.io/api) and compile it yourself. 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 in the repo. 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/). The api is available as `.deb`, `.apk` (alpine) and `.rpm` package.
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. Just look for the files in the respective release folder.
## Frontend (Javascript) ## Frontend (Javascript)