diff options
Diffstat (limited to 'std')
-rw-r--r-- | std/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index 204701566..3ddf6493b 100644 --- a/std/manual.md +++ b/std/manual.md @@ -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 |