From 4a023ee53d9be2b83616ecd1422f7c6633252b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=A1scoa?= Date: Mon, 21 Oct 2024 04:28:22 +0100 Subject: [PATCH] Updated flowviz setup comments --- scripts/flowviz_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/flowviz_setup.sh b/scripts/flowviz_setup.sh index e61d51b4..89895afb 100755 --- a/scripts/flowviz_setup.sh +++ b/scripts/flowviz_setup.sh @@ -6,7 +6,7 @@ git clone https://github.com/devandrepascoa/FLOWViZ.git # https://github.com/DIV cd ./FLOWViZ -echo "Steps 1 and 2 of the manual setup are going to be executed..." +echo "Steps 1 to 3 of the manual setup are going to be executed..." npm install @@ -22,5 +22,5 @@ echo "Setting up FLOWViZ docker..." docker compose up -d echo "FLOWViZ docker setup completed!" -echo "Steps 1 and 2 of the manual setup were executed successfully!" -echo "Now you still need to execute steps 3 to 6 of the manual setup. (https://github.com/devandrepascoa/FLOWViZ?tab=readme-ov-file#manual-setup)" +echo "Steps 1 to 3 of the manual setup were executed successfully!" +echo "Now you still need to execute steps 4 to 6 of the manual setup. (https://github.com/devandrepascoa/FLOWViZ?tab=readme-ov-file#manual-setup)"