summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-15 19:07:36 -0700
committerit33 <iantien@gmail.com>2015-06-15 19:07:36 -0700
commit8f97d9db71bd2cfd8d5e963ac7eec6e0049adc19 (patch)
tree02e44afd43c33091342c09dd47cdb4936f5eee3e
parent30c5661e0316cb46db52f52998914c2463c75062 (diff)
downloadchat-8f97d9db71bd2cfd8d5e963ac7eec6e0049adc19.tar.gz
chat-8f97d9db71bd2cfd8d5e963ac7eec6e0049adc19.tar.bz2
chat-8f97d9db71bd2cfd8d5e963ac7eec6e0049adc19.zip
Fix typo, "ip" should be "IP"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81e1d21bf..a7913ed8d 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ DOCKER
1. Follow the instructions at http://docs.docker.com/installation/mac/ Use the Boot2Docker command-line utility
If you do command-line setup use: `boot2docker init eval “$(boot2docker shellinit)”`
-2. Get your Docker ip address with `boot2docker ip`
+2. Get your Docker IP address with `boot2docker ip`
3. Add a line to your /etc/hosts that goes `<Docker IP> dockerhost`
4. Run `boot2docker shellinit` and copy the export statements to your ~/.bash_profile