From 96793902a6e27e45bec5f2d808a1299af2208e1b Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Mon, 17 Jun 2024 14:49:23 +0200 Subject: [PATCH] update docs --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index f3c2005..b5b93e8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,7 +6,7 @@ To install manta, go to the Github [releases section](https://github.com/eth-csc curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eth-cscs/manta/releases/download/v1.37.0/manta-installer.sh | sh ``` -If you try to run manta, you should get an error +If you try to run manta, you should get an error because the configuration file is missing. ```bash $ manta --help @@ -14,4 +14,4 @@ Error processing config.toml file. Reason: configuration file "/home/msopena/.config/manta/config.toml" not found ``` -You are ready to start with the configuration +So far so good, please proceed to the next section (Configuration) to create the manta configuration file