Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Efenstor authored Sep 28, 2024
1 parent 5f84aa1 commit c3df71a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Installation:

```bash
git clone https:/Efenstor/noise-repellent-DEV-Efenstor-fork.git --branch=DEVELOPMENT
cd noise-repellent
meson build --buildtype=release --prefix=/usr/local --libdir=lib (your-os-appropriate-location-fullpath)
cd noise-repellent-DEV-Efenstor-fork
mkdir build
cd build
meson build .. --buildtype=release
meson compile -C build -v
sudo meson install -C build
```
Expand Down

0 comments on commit c3df71a

Please sign in to comment.