We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e829d commit 9af1090Copy full SHA for 9af1090
resources/scripts/setup_minikube.sh
@@ -114,6 +114,8 @@ fi
114
# Start minikube with the constructed command
115
eval "$MINIKUBE_CMD"
116
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"
121
-
-echo Done...
0 commit comments