Skip to content

Commit

Permalink
fix formatting (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber authored Apr 8, 2024
1 parent e52febf commit 1a2645c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,39 +142,38 @@ For a detailed list of available features, checkout the [Cargo.toml](./Cargo.tom
## Installing Dependencies
<details>
<summary>MacOS</summary>
#### MacOS

```sh
brew install libadwaita
```
</details>

<details>
<summary>Ubuntu and derivatives</summary>
#### Ubuntu and derivatives

```sh
sudo apt install libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
```
</details>

<details>
<summary>Arch and derivatives</summary>
#### Arch and derivatives

```sh
sudo pacman -S libadwaita gtk libx11 libxtst
```
</details>

<details>
<summary>Fedora and derivatives</summary>
#### Fedora and derivatives

```sh
sudo dnf install libadwaita-devel libXtst-devel libX11-devel
```
</details>
<details>
<summary>Windows</summary>

#### Windows
> [!NOTE]
> This is only necessary when building lan-mouse from source. The windows release comes with precompiled gtk dlls.
Expand Down

0 comments on commit 1a2645c

Please sign in to comment.