Skip to content

Commit b8124e1

Browse files
committed
fix: updated install script with recommended feedback from usability testing.
1 parent 43b4f25 commit b8124e1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

scripts/install.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,13 @@ main() {
245245
ensure_gh
246246
install_patternfly_cli
247247

248-
printf '\n'
249-
printf 'SUCCESS: PatternFly CLI is installed.\n'
250-
printf '\n'
251-
printf 'Run the CLI with:\n'
248+
printf 'To see available commands, run the CLI with:\n'
252249
printf ' patternfly-cli --help\n'
253250
printf '\n'
254-
printf 'If you just installed nvm, open a new terminal or run:\n'
255-
printf ' export NVM_DIR="%s/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"\n' "${HOME}"
251+
printf
252+
printf 'SUCCESS: PatternFly CLI is installed.\n'
256253
printf '\n'
254+
257255
}
258256

259257
main "$@"

0 commit comments

Comments
 (0)