diff --git a/README.md b/README.md index 848625596ca703d770853a10808131543574ff52..afa8bfec0e2527a8f3b36b50b1f12a5a500753db 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,3 @@ Utility to evaluate deterministic and probabilistic streamflow predictions Documentation: https://hydrogr.github.io/evalhyd/cpp - -## 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 2 -``` - -Run tests with: -```shell -./build/tests/evalhyd_tests -``` - -## How to install - -```shell -cmake --install build/ --prefix <path> -```