Files
Paco a932dc3aec Adds pages to install drop-app on different platforms (#18)
* Adds pages to install drop-app on different platforms

* Removes rust-nightly-bin related instructions as they are not needed

* Adds ubuntu page

* Adds debian page

* Adds fedora guide

* Improves documentation to get umu-run to work on steamos and bazzite

* Fixes broken links

* Fixes the bazzite page

* Updates client link to latest version and removes rust-nightly-bin as a dependency on arch

* Few improvements
2025-12-06 14:47:57 +11:00

25 lines
689 B
Markdown

# Installing the drop-app client on Archlinux
To install the client application on your system,
you will need to be able to install packages from the [AUR](https://aur.archlinux.org/).
This is usually done using `yay` or `paru` package managers.
These extend the default package manager `pacman` with the ability
to download and install packages from the AUR.
If you do not have one installed, you can [install yay](https://github.com/Jguer/yay).
## Installing drop-app
```bash
yay -S drop-oss-app-bin
```
## Updating drop-app
To update drop-app, run `yay`. If an update is available, `yay` will prompt you to update it.
## Uninstalling drop-app
```bash
yay -R drop-oss-app-bin
```