From 9aef6b80493878eadc7c846be5bc3b0caeeb4a51 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sun, 18 Dec 2022 22:59:40 -0800 Subject: [PATCH] install.md: Improve docker example --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 410c95f77..99793ad0e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -220,7 +220,7 @@ Example usage: ```sh echo 'x -> y' >helloworld.d2 docker run --rm -it -u "$(id -u):$(id -g)" -v "$PWD:/root/src" \ - -p 127.0.0.1:8080:8080 terrastruct/d2 --watch helloworld.d2 + -p 127.0.0.1:8080:8080 terrastruct/d2:v0.1.2 --watch helloworld.d2 # Visit http://127.0.0.1:8080 ```