From 4554039703903456c4cfaa5c97d957f4f697df8e Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Sat, 27 Jun 2020 10:26:28 +1200 Subject: [PATCH] readme: add a warning about "make install" overriding laminar.conf resolves #96 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e85973..9e848cd 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ git clone https://github.com/ohwgiles/laminar.git cd laminar cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j4 +# Warning: the following will overwrite an existing /etc/laminar.conf sudo make install ``` @@ -37,4 +38,4 @@ The `pkg` directory contains shell scripts which use docker to build native pack ## Contributing -Issues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/). \ No newline at end of file +Issues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/).