Skip to content

Commit 9af1090

Browse files
committed
add a helpful message after setup is done
1 parent a9e829d commit 9af1090

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/scripts/setup_minikube.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ fi
114114
# Start minikube with the constructed command
115115
eval "$MINIKUBE_CMD"
116116

117+
echo
118+
print_message "" "Next, run the following command to deploy warnet" ""
119+
print_message "" " warcli cluster deploy" "$BOLD"
120+
print_partial_message " After that, run " "warcli network start" " to start the network." "$BOLD"
117121

118-
119-
echo Done...

0 commit comments

Comments
 (0)