From 68df27ab2c2d18fca4d372d097da5b3195a1d7d2 Mon Sep 17 00:00:00 2001 From: ayykamp <32194363+ayykamp@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:12:13 +0200 Subject: [PATCH] doc: add instructions to install from terra repo on fedora (#308) --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abc5f8c..1779d4f 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,25 @@ paru -S lan-mouse-git - flake: [README.md](./nix/README.md) +
+ Fedora +You can install Lan Mouse from the [Terra Repository](https://terra.fyralabs.com). + + +After enabling Terra: + +```sh +dnf install lan-mouse +```
Manual Installation -First make sure to [install the necessary dependencies](#installing-dependencies). +First make sure to [install the necessary dependencies](#installing-dependencies-for-development--compiling-from-source). Precompiled release binaries for Windows, MacOS and Linux are available in the [releases section](https://github.com/feschber/lan-mouse/releases). -For Windows, the depenedencies are included in the .zip file, for other operating systems see [Installing Dependencies](#installing-dependencies). +For Windows, the depenedencies are included in the .zip file, for other operating systems see [Installing Dependencies](#installing-dependencies-for-development--compiling-from-source). Alternatively, the `lan-mouse` binary can be compiled from source (see below).