From 813aaeb6a9336bf5c90bdc5c4b4e1997e430e982 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Thu, 17 Aug 2017 16:31:28 +0100
Subject: [PATCH] README updated

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d54e310..00d604a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,17 @@ ansible-playbook live2dev.yml -i "${SERVERNAME}," -e "hostname=${SERVERNAME}"
 See also [the wiki documentation](https://wiki.coops.tech/wiki/CoTech_WordPress)
 and the [GitHub project](https://github.com/cotech/website).
 
-## Discourse
+## Discourse Install
+
+To [upgrade Discourse](https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325) 
+you can use this Playbook:
+
+```bash
+export SERVERNAME="community.coops.tech"
+ansible-playbook -u root discourse_upgrade.yml -i "${SERVERNAME}," -e "hostname=${SERVERNAME}"
+```
+
+## Discourse Install
 
 Ansible Playbooks to install
 [Docker](https://store.docker.com/editions/community/docker-ce-server-debian)
-- 
GitLab