1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

readme: add a warning about "make install" overriding laminar.conf

resolves #96
This commit is contained in:
Oliver Giles 2020-06-27 10:26:28 +12:00
parent cd64be2cea
commit 4554039703

View File

@ -26,6 +26,7 @@ git clone https://github.com/ohwgiles/laminar.git
cd laminar cd laminar
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j4 make -j4
# Warning: the following will overwrite an existing /etc/laminar.conf
sudo make install sudo make install
``` ```
@ -37,4 +38,4 @@ The `pkg` directory contains shell scripts which use docker to build native pack
## Contributing ## Contributing
Issues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/). Issues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/).