mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix crate name in docs (#3778)
This commit is contained in:
parent
3059558d41
commit
86726f88f1
1 changed files with 2 additions and 2 deletions
|
@ -141,10 +141,10 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (mac):
|
|||
brew install deno
|
||||
```
|
||||
|
||||
Using [Cargo](https://crates.io/crates/deno_cli):
|
||||
Using [Cargo](https://crates.io/crates/deno):
|
||||
|
||||
```shell
|
||||
cargo install deno_cli
|
||||
cargo install deno
|
||||
```
|
||||
|
||||
Deno binaries can also be installed manually, by downloading a tarball or zip
|
||||
|
|
Loading…
Reference in a new issue