Skip to content
Snippets Groups Projects
Commit da23d2af authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Update custom install location in README

Related: b7cdd7b8
parent bd2c8709
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ make
sudo make install
```
Use `./configure --prefix=/usr/local` to change install location
Use e.g. `./configure --prefix=/usr` to change install location
### From git
......@@ -27,7 +27,7 @@ make
sudo make install
```
Use `./autogen.sh --prefix=/usr/local` to change install location
Use e.g. `./autogen.sh --prefix=/usr` to change install location
## Reporting bugs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment