Skip to content

Commit

Permalink
bring back note for PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jun 27, 2024
1 parent 0fa235d commit 5dc2a3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ main() {
install_version "$C1VERSION" "flow-c1"

echo ""
echo "Successfully installed Flow CLI $VERSION as 'flow'."
echo "Successfully installed Flow CLI $VERSION as 'flow' in $TARGET_PATH."
echo "Use the 'flow' command to interact with the Flow CLI compatible with versions of Cadence before 1.0 (only)."
echo ""
echo "Successfully installed Flow CLI $C1VERSION as 'flow-c1'."
echo "Successfully installed Flow CLI $C1VERSION as 'flow-c1' in $TARGET_PATH."
echo "Use the 'flow-c1' command to interact with the Flow CLI preview compatible with Cadence 1.0 (only)."
echo ""

echo "Make sure $TARGET_PATH is in your \$PATH environment variable."
echo ""
}

main

0 comments on commit 5dc2a3d

Please sign in to comment.