Remove extra shell prompt

This commit is contained in:
Stephen James 2017-08-16 01:12:28 -04:00 committed by GitHub
parent 40d5c28f3f
commit eaca868a76
1 changed files with 1 additions and 1 deletions

View File

@ -122,5 +122,5 @@ WSL. Once docker is installed and running on Windows, export the following
environment variable to give Vagrant access:
```
$ vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375
vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375
```