Skip to content

Commit

Permalink
Merge pull request #204 from mesosphere/improve-install-wording
Browse files Browse the repository at this point in the history
Improve install wording
  • Loading branch information
grampelberg committed Jun 4, 2015
2 parents 833ffb1 + 79abdec commit 060eb3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/install/install-dcos-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dcos config set package.cache ~/.dcos/cache
dcos config set package.sources '["https://github.com/mesosphere/universe/archive/version-1.x.zip"]'
dcos package update

echo "Finished installing and configuring DCOS CLI."
echo "Run the line below to set up the DCOS environment for the current shell:"
echo "source $ENV_SETUP"
echo "Once this is done, run 'dcos help' to get started."
echo 'Finished installing and configuring DCOS CLI.'
echo ''
echo 'Run this command to set up your environment and to get started:'
echo "source $ENV_SETUP && dcos help"

0 comments on commit 060eb3c

Please sign in to comment.