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 6ee127f commit 9f4e33fCopy full SHA for 9f4e33f
src/bin/install
@@ -250,6 +250,7 @@ rm -r "$EXTRACT_DIR"
250
rm "$FILENAME"
251
252
echo "Installation completed. You can now use defang by typing '$BINARY_NAME' in the terminal."
253
+echo "Run '$BINARY_NAME mcp setup' to install the Defang MCP server."
254
255
# Unset the variables and functions to avoid polluting the user's environment
256
unset EXTRACT_DIR DOWNLOAD_URL RELEASE_JSON RELEASE_PATH ARCH_SUFFIX ARCH OS FILENAME INSTALL_DIR BINARY_NAME REPLY EXPORT_PATH CURRENT_SHELL FOUND_PROFILE_FILE AUTH_HEADER
0 commit comments