You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,15 +81,25 @@ paru -S lan-mouse-git
81
81
- flake: [README.md](./nix/README.md)
82
82
</details>
83
83
84
+
<details>
85
+
<summary>Fedora</summary>
86
+
87
+
You can install Lan Mouse from the [Terra Repository](https://terra.fyralabs.com).
88
+
84
89
90
+
After enabling Terra:
91
+
92
+
```sh
93
+
dnf install lan-mouse
94
+
```
85
95
86
96
<details>
87
97
<summary>Manual Installation</summary>
88
98
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).
90
100
91
101
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).
93
103
94
104
Alternatively, the `lan-mouse` binary can be compiled from source (see below).
0 commit comments