summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Stonier <pstonier@gmail.com>2015-09-25 16:57:51 -0400
committerPaul Stonier <pstonier@gmail.com>2015-09-25 16:57:51 -0400
commitabc20cce50875eb53eb62b5f944e68ff0a85f44b (patch)
tree49e280ad640aea7e0e1fa8602fb2510f96cf3b1f
parent22b97079c61ba23c4d41faa96287c554d4858346 (diff)
downloadchat-abc20cce50875eb53eb62b5f944e68ff0a85f44b.tar.gz
chat-abc20cce50875eb53eb62b5f944e68ff0a85f44b.tar.bz2
chat-abc20cce50875eb53eb62b5f944e68ff0a85f44b.zip
Typo Fix: deve to dev
-rw-r--r--doc/install/single-container-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/single-container-install.md b/doc/install/single-container-install.md
index f647d670c..562d9ff2d 100644
--- a/doc/install/single-container-install.md
+++ b/doc/install/single-container-install.md
@@ -6,7 +6,7 @@ The following install instructions are for single-container installs of Mattermo
1. Install Docker Toolbox using instructions at: http://docs.docker.com/installation/mac/
1. Start Boot2Docker from the command line and run: `docker-machine create -d virtualbox dev”`
-2. Get your Docker IP address with: `docker-machine ip deve`
+2. Get your Docker IP address with: `docker-machine ip dev`
3. Use `sudo nano /etc/hosts` to add `<Docker IP> dockerhost` to your /etc/hosts file
4. Run: `docker-machine env dev` and copy the export statements to your ~/.bash\_profile by running `sudo nano ~/.bash_profile`. Then run: `source ~/.bash_profile`
5. Run: `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform`