Skip to content

Commit

Permalink
fix: verify script now runs correctly
Browse files Browse the repository at this point in the history
previous command does not work

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
  • Loading branch information
uncomfyhalomacro committed Nov 21, 2024
1 parent 6ce2ba0 commit a4b88f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4b88f8

Please sign in to comment.