Update README to use /usr prefix by default

This commit is contained in:
Jacob 2023-09-25 18:32:53 +02:00
parent 965a7edab1
commit f75b53c094

View file

@ -102,8 +102,9 @@ Configure the build by running these commands:
`mkdir -p build/ # Create a build/ directory, Meson will use this as the working
directory`
`meson setup build # This will check to make sure all dependencies are found.
If you're recompiling you may want to pass --reconfigure as an argument`
`meson setup build --prefix=/usr # This will check to make sure all
dependencies are found. If you're recompiling you may want to pass
--reconfigure as an argument`
This is where you can enable/disable certain features, as well as set
compiler options.