From bb9fa748264bdb27d3c51c6c3e11e18fb7715dd6 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 29 Sep 2022 21:52:31 +0200 Subject: [PATCH] =?UTF-8?q?Corrected=20=E2=80=94all=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c8d69..4cfbac5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To install the library `` using compiler `` and MPI `` make ``` To install all libraries with build recipes in `config`: ``` -./libinstaller --compiler --mpi -- +./libinstaller --compiler --mpi --all ``` For further supported options and their default values, please have a look at `./libinstaller -h`: ```