From cfffc563a518ef9961effcdd8e03cf4aad87ee53 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 15 Nov 2022 12:24:46 -0800 Subject: [PATCH] [ci-base] dry-run typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab068047a..df9cd9564 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ The recommended way to install is to run our install script, which will figure o best way to install based on your machine. ```sh -# With --dryrun the install script will print the commands it will use +# 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 -- --dryrun +curl -fsSL https://d2lang.com/install.sh | sh -s -- --dry-run # If things look good, install for real. curl -fsSL https://d2lang.com/install.sh | sh -s -- ``` @@ -79,7 +79,7 @@ and release a docker image. To uninstall: ```sh -curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall --dryrun +curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall --dry-run # If things look good, uninstall for real. curl -fsSL https://d2lang.com/install.sh | sh -s -- --uninstall ```