From a4b88f84180504300548c66d1e5726bfb49991d7 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 21 Nov 2024 20:26:34 +0800 Subject: [PATCH] fix: verify script now runs correctly previous command does not work Signed-off-by: Soc Virnyl Estela --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d039cc..14f007e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ curl -fLso install.sh https://deno.land/install.sh Verify the SHA256 checksum of the installer: ```sh -shasum -a 256 -c --ignore-missing <(curl -s https://raw.githubusercontent.com/denoland/deno_install/main/SHA256SUM) +curl -s https://raw.githubusercontent.com/denoland/deno_install/master/SHA256SUM | sha256sum --check --ignore-missing ``` ## Compatibility