aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-11 15:20:19 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-11 15:20:19 +0200
commit63d55be20a7927cd20cf28353b08510bac198c70 (patch)
tree8a81210a61e5fde5cc44d06ad3a8f1893f42ddaf
parent32ef12132ca2727cbe5f95ebb87615e8bc3930b2 (diff)
downloadlibgnunetchat-63d55be20a7927cd20cf28353b08510bac198c70.tar.gz
libgnunetchat-63d55be20a7927cd20cf28353b08510bac198c70.zip
Updated README.md
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e8b47f..79c2cbd 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ Then you can simply use the provided Makefile as follows:
29 - `make debug` to compile everything with debug parameters 29 - `make debug` to compile everything with debug parameters
30 - `make release` to compile everything with build optimizations enabled 30 - `make release` to compile everything with build optimizations enabled
31 - `make install` to install the compiled files (you might need sudo permissions to install) 31 - `make install` to install the compiled files (you might need sudo permissions to install)
32 - `make dist` to create a tar file for distribution
32 - `make docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that) 33 - `make docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that)
33 - `make check` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that) 34 - `make check` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that)
34 35