From 1255bdc4abc57aa2a30eb6ced138a70ea94fcd08 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 11 Feb 2024 16:54:53 +0100 Subject: [PATCH] docs: add desktop packages --- docs/content/doc/setup/desktop.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/content/doc/setup/desktop.md diff --git a/docs/content/doc/setup/desktop.md b/docs/content/doc/setup/desktop.md new file mode 100644 index 000000000..64ebaaf42 --- /dev/null +++ b/docs/content/doc/setup/desktop.md @@ -0,0 +1,30 @@ +--- +title: "Desktop Packages" +date: 2024-02-11T15:58:18+01:00 +draft: false +type: "doc" +menu: + sidebar: + parent: "setup" +--- + +# Desktop Packages + +Vikunja is available as an electron-based desktop application for Linux and Windows. + +## Installation + +1. Download the latest release for your platform from [the download page](https://dl.vikunja.io/desktop/). + * For Windows, choose the file with the `.exe` or `.msi` file ending + * For a Linux-based operating system, choose a file with an ending for your operating system - we have builds for Alpine, AppImage, Arch Linux, Debian-based systems, FreeBSD, Fedora and Snap. +2. Run the downloaded package in the same way you would normally install a package for your OS. + +## Flatpack + +Vikunja Desktop can be installed via the [Flathub](https://flathub.org/apps/io.vikunja.Vikunja). + +To install it, run the following command: + +``` +flatpak install flathub io.vikunja.Vikunja +```