From f7852940cf01a75e2962cdca5034c41ad0f5d243 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 14 Apr 2023 19:01:53 +0200 Subject: [PATCH] drop "how to" sections now available in online docs --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/README.md b/README.md index 2617963..f7cfe73 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 -``` -- GitLab