Skip to content

Commit 68df27a

Browse files
authored
doc: add instructions to install from terra repo on fedora (#308)
1 parent eb1dcbd commit 68df27a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,25 @@ paru -S lan-mouse-git
8181
- flake: [README.md](./nix/README.md)
8282
</details>
8383

84+
<details>
85+
<summary>Fedora</summary>
86+
87+
You can install Lan Mouse from the [Terra Repository](https://terra.fyralabs.com).
88+
8489

90+
After enabling Terra:
91+
92+
```sh
93+
dnf install lan-mouse
94+
```
8595

8696
<details>
8797
<summary>Manual Installation</summary>
8898

89-
First make sure to [install the necessary dependencies](#installing-dependencies).
99+
First make sure to [install the necessary dependencies](#installing-dependencies-for-development--compiling-from-source).
90100

91101
Precompiled release binaries for Windows, MacOS and Linux are available in the [releases section](https://github.com/feschber/lan-mouse/releases).
92-
For Windows, the depenedencies are included in the .zip file, for other operating systems see [Installing Dependencies](#installing-dependencies).
102+
For Windows, the depenedencies are included in the .zip file, for other operating systems see [Installing Dependencies](#installing-dependencies-for-development--compiling-from-source).
93103

94104
Alternatively, the `lan-mouse` binary can be compiled from source (see below).
95105

0 commit comments

Comments
 (0)