From e286fb2fb79aa926bcb68985662f9589dfb69319 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 5 Jun 2021 00:41:44 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 204cbca24b..4953cb3c96 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Edit, preview and share mermaid charts/diagrams. - Get a link to edit the diagram so that someone else can tweak it and send a new link back +## Docker + +```bash +docker run --publish 8000:80 ghcr.io/mermaid-js/mermaid-live-editor +``` + +Then open http://localhost:8000 + ## Setup This project is set up using [Yarn](https://classic.yarnpkg.com/en/docs/getting-started):