diff --git a/README.md b/README.md index 845f7f68..1968787b 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,11 @@ Building ebusd from the source requires the following packages and/or features: To start the build process, run these commands: > ./autogen.sh -> make install +> make install-strip +Or alternatively with cmake: +> cmake . +> make install/strip Documentation -------------