From 951da7cabc5896e735153f79a717f121be357a5c Mon Sep 17 00:00:00 2001
From: Gaudenz Alder <alderg@users.noreply.github.com>
Date: Wed, 1 Aug 2018 10:02:41 +0200
Subject: [PATCH] Update README.md

Former-commit-id: fa998e0f3f562e2cb892df42ea6f2566b8c77994
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bebadf742..29c543fb3 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ The [mxGraph documentation](https://jgraph.github.io/mxgraph/) provides a lot of
 
 Running
 -------
-The simplest way to run draw.io initially is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/drawio/src/main/webapp/index.html) will have the full editor functionality (sans the integrations).
+One to run draw.io is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/drawio/src/main/webapp/index.html) will have the full editor functionality (sans the integrations). Another way is to use the Dockerfile in [/etc/docker](etc/docker/).
 
 The full packaged .war of the client and servlets is built when the project is tagged and available on the [releases page](https://github.com/jgraph/draw.io/releases).
 
-- 
GitLab