Update Task2, Step1 in 'set-up-dev-env.md' (#2863)

* Update Task2, Step1 in 'set-up-dev-env.md'

Originally the step mentioned Mac in general but the step is actually just for Docker Toolbox users.

* Fix Docker Toolbox link

Link was using HTML-style link and has now been updated to use Markdown-style.

* Fix Docker Toolbox link address
This commit is contained in:
Scott Eppler 2017-04-19 13:25:11 -05:00 committed by Jim Galasyn
parent d0f7fbb373
commit b05b346386
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ can take over 15 minutes to complete.
1. Open a terminal. 1. Open a terminal.
For Mac users, use `docker-machine status your_vm_name` to make sure your VM is running. You For [Docker Toolbox](../../toolbox/overview.md) users, use `docker-machine status your_vm_name` to make sure your VM is running. You
may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your
shell environment. shell environment.