summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-02 08:23:14 -0700
committerit33 <iantien@gmail.com>2015-09-02 08:23:14 -0700
commit49486b33ac17f057c52ef35fa13a171955fbc04b (patch)
treee7fdab8dd3e087652094607368f11b1349d1f0cc /README.md
parent5b81125e4db03753c6a2b6076e8303b252e7232c (diff)
downloadchat-49486b33ac17f057c52ef35fa13a171955fbc04b.tar.gz
chat-49486b33ac17f057c52ef35fa13a171955fbc04b.tar.bz2
chat-49486b33ac17f057c52ef35fa13a171955fbc04b.zip
Breaking out AWS EBS instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82070ea35..b469754ea 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,9 @@ Depending on your needs, there are multiple ways to install Mattermost:
### Product Evaluation
-- [Single Container Installation and Upgrade](doc/install/single-container-install.md) - Explore product functionality using a single-container Docker install on a local machine (Mac OSX, Ubuntu, or Arch Linux) or on AWS Beanstalk. Optionally setup email and upgrade your instance using DockerHub.
+- [Local Machine Install and Upgrade with Docker](doc/install/single-container-install.md) - Explore product functionality using a single-container Docker install on a local machine, including Mac OSX, Ubuntu, or Arch Linux). Optionally set up email and upgrade your instance using DockerHub.
+
+- [AWS EBS Install and Upgrade with Docker](doc/install/aws-ebs-setup.md) - Explore product functionality using a single-container Docker install for Amazon Web Services Elastic Beanstalk. Optionally set up email and upgrade your instance using DockerHub.
### Development