Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add meson to dependencies
  • Loading branch information
edfloreshz committed Sep 22, 2023
1 parent 1973021 commit 7358485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 56,15 @@ Meson:

Ubuntu 22.10:
```bash
sudo apt install libadwaita-1-dev libgtk-4-dev libsqlite3-dev libsecret-1-dev
sudo apt install libadwaita-1-dev libgtk-4-dev libsqlite3-dev libsecret-1-dev meson
```
Arch Linux:
```bash
sudo pacman -S libadwaita gtk4 sqlite libsecret
sudo pacman -S libadwaita gtk4 sqlite libsecret meson
```
Fedora:
```
sudo dnf -y install libadwaita-devel gtk4-devel sqlite-devel libsecret-devel
sudo dnf -y install libadwaita-devel gtk4-devel sqlite-devel libsecret-devel meson
```

## Debug
Expand Down

0 comments on commit 7358485

Please sign in to comment.