summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-06 09:19:47 -0700
committerit33 <iantien@gmail.com>2015-08-06 09:19:47 -0700
commit9b42ad76e317548451189a5355e4724937fb1f2f (patch)
treea5ed745da23155425d7ada70a0df05ea56ea377a /README.md
parentb0cd2f88883a16d74a879158648de923c3c4a352 (diff)
downloadchat-9b42ad76e317548451189a5355e4724937fb1f2f.tar.gz
chat-9b42ad76e317548451189a5355e4724937fb1f2f.tar.bz2
chat-9b42ad76e317548451189a5355e4724937fb1f2f.zip
Removing note on creating new .bash_profile
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 465d05ad7..5af82bb72 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,7 @@ Local Machine Setup (Docker)
1. Start Boot2Docker from the command line and run: `boot2docker init eval “$(boot2docker shellinit)”`
2. Get your Docker IP address with: `boot2docker ip`
3. Use `sudo nano /etc/hosts` to add `<Docker IP> dockerhost` to your /etc/hosts file
-4. Run: `boot2docker shellinit` and copy the export statements to your ~/.bash\_profile by running `sudo nano ~/.bash_profile`. If you don't yet have a ~/.bash\_profile file this will create one for you.
- 1. Then run: `source ~/.bash_profile`
+4. Run: `boot2docker shellinit` 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`
6. When docker is done fetching the image, open http://dockerhost:8065/ in your browser.