diff --git a/README.md b/README.md
index 2617963b5d4bfd68c95113e41422bdaafadeb3a7..f7cfe739334a47b1a7953bfdf82e04fcb93128a9 100644
--- a/README.md
+++ b/README.md
@@ -3,41 +3,3 @@
 Command line interface for `evalhyd` utility
 
 Documentation: https://hydrogr.github.io/evalhyd/cli
-
-## How to build
-
-Configure project in debug mode finding libraries in conda environment:
-```shell
-cmake -B build/ -D CMAKE_BUILD_TYPE=Debug -D CMAKE_PREFIX_PATH="${CONDA_PREFIX}"
-```
-
-Compile with:
-```shell
-cmake --build build/ --parallel
-```
-
-Run tests with:
-```shell
-export PATH="${PWD}/build/apps/:${PATH}"
-(cd ./tests && python run_all_tests.py) 
-```
-
-## How to install
-
-```shell
-cmake --install build/
-```
-
-## How to use
-
-```shell
-evalhyd --help
-```
-
-```shell
-evalhyd evald --help
-```
-
-```shell
-evalhyd evalp --help
-```