Skip to content

Commit

Permalink
Updated README to use $DCOS_DIR instead of a placeholder (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni authored and klueska committed Aug 16, 2017
1 parent 679b7f4 commit def37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ environment appropriately.
#. Export the :code:`DCOS_CONFIG` environment variable so that the CLI knows to
use this file for its default config::

$ export DCOS_CONFIG=<dcos-config-folder>/dcos.toml
$ export DCOS_CONFIG=${DCOS_DIR}/dcos.toml


#. Set the :code:`CLI_TEST_SSH_KEY_PATH` to point at appropriate ssh credentials to
Expand Down

0 comments on commit def37a3

Please sign in to comment.