aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-03 22:43:10 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-03 22:43:10 +0100
commit808540e56a475d7a9a668537e05efde5690ae565 (patch)
treeb47d1239ed83f85ae814a2c9ab130014e0c1ea40
parent0d57397ae64198c91f92e73114bfdaa7f1172944 (diff)
downloadlibgnunetchat-808540e56a475d7a9a668537e05efde5690ae565.tar.gz
libgnunetchat-808540e56a475d7a9a668537e05efde5690ae565.zip
Correct README.md information
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46b340f..e98eea2 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Here is a list of some useful build commands using Meson and [Ninja](https://nin
38 - `ninja -C build docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that) 38 - `ninja -C build docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that)
39 - `meson test -C build` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that) 39 - `meson test -C build` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that)
40 40
41If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable debugging builds by adding `--buildtype=release` as parameter. 41If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable optimized release builds by adding `--buildtype=release` as parameter.
42 42
43## Contribution 43## Contribution
44 44