Update install steps in README.md

This commit is contained in:
Rafał Dzięgiel
2024-04-21 19:58:44 +02:00
committed by GitHub
parent 51e1dd8493
commit 10f626637b

View File

@@ -48,8 +48,10 @@ Those are automatically built on each git commit, thus are considered unstable.
## Installation from Source Code ## Installation from Source Code
```sh ```sh
meson builddir --prefix=/usr/local meson setup builddir
sudo meson install -C builddir cd builddir
meson compile
sudo meson install
``` ```
## Questions? ## Questions?