From 8ce500b37fff58cc82e3459d276fbb0b8d5bcb70 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 21 Nov 2022 00:10:49 -0800 Subject: [PATCH] 2022-11-21 12:10:49AM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e5d177..391f320 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ You can see the `.d2` text for these in [./docs/d2](./docs/d2). Samples are The most convenient way to install is through the install script. ```sh +# With --dry-run the install script will print the commands it will use +# to install without actually installing so you know what it's going to do. curl -fsSL https://d2lang.com/install.sh | sh -s -- --tala --dry-run # If things look good, install for real. curl -fsSL https://d2lang.com/install.sh | sh -s -- --tala