Skip to content

Commit

Permalink
fix: verify script now runs correctly (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro authored Nov 22, 2024
1 parent 6ce2ba0 commit 7312478
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 7312478

Please sign in to comment.