From 3aea843e38c117fc9acbd394097c017edfc0bc29 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Mon, 30 Jan 2017 16:51:36 -0800 Subject: [PATCH] Add non-docker install doc link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a4eaaf..e37b5bb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ See [README.aws.md](./README.aws.md) if you want to install it on AWS Elastic Be ## Installation +For the people who want to install Mattermost in a traditional way (without docker), please refer to the guide here: https://docs.mattermost.com/guides/administrator.html#installing-mattermost + ### Install with SSL certificate 1. Open docker-compose.yml and set `MATTERMOST_ENABLE_SSL` to true.