mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-21 06:45:38 -06:00
fix formatting (#101)
This commit is contained in:
parent
e52febf457
commit
1a2645cfbc
1 changed files with 4 additions and 5 deletions
|
|
@ -142,7 +142,7 @@ For a detailed list of available features, checkout the [Cargo.toml](./Cargo.tom
|
||||||
## Installing Dependencies
|
## Installing Dependencies
|
||||||
<details>
|
<details>
|
||||||
<summary>MacOS</summary>
|
<summary>MacOS</summary>
|
||||||
#### MacOS
|
|
||||||
```sh
|
```sh
|
||||||
brew install libadwaita
|
brew install libadwaita
|
||||||
```
|
```
|
||||||
|
|
@ -150,7 +150,7 @@ brew install libadwaita
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Ubuntu and derivatives</summary>
|
<summary>Ubuntu and derivatives</summary>
|
||||||
#### Ubuntu and derivatives
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
|
sudo apt install libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
|
||||||
```
|
```
|
||||||
|
|
@ -158,7 +158,7 @@ sudo apt install libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Arch and derivatives</summary>
|
<summary>Arch and derivatives</summary>
|
||||||
#### Arch and derivatives
|
|
||||||
```sh
|
```sh
|
||||||
sudo pacman -S libadwaita gtk libx11 libxtst
|
sudo pacman -S libadwaita gtk libx11 libxtst
|
||||||
```
|
```
|
||||||
|
|
@ -166,7 +166,7 @@ sudo pacman -S libadwaita gtk libx11 libxtst
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Fedora and derivatives</summary>
|
<summary>Fedora and derivatives</summary>
|
||||||
#### Fedora and derivatives
|
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install libadwaita-devel libXtst-devel libX11-devel
|
sudo dnf install libadwaita-devel libXtst-devel libX11-devel
|
||||||
```
|
```
|
||||||
|
|
@ -174,7 +174,6 @@ sudo dnf install libadwaita-devel libXtst-devel libX11-devel
|
||||||
<details>
|
<details>
|
||||||
<summary>Windows</summary>
|
<summary>Windows</summary>
|
||||||
|
|
||||||
#### Windows
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> This is only necessary when building lan-mouse from source. The windows release comes with precompiled gtk dlls.
|
> This is only necessary when building lan-mouse from source. The windows release comes with precompiled gtk dlls.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue