Skip to content

Commit

Permalink
Updated flowviz setup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devandrepascoa committed Oct 21, 2024
1 parent c8aaf0c commit 4a023ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/flowviz_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)"

0 comments on commit 4a023ee

Please sign in to comment.