Skip to content

Commit

Permalink
Update #install_specific_version of README to version 1.0.0 (denoland…
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraj17 committed May 28, 2020
1 parent cdd686a commit e225f8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ choco install deno
```sh
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git

asdf install deno 0.38.0
asdf install deno 1.0.0

# Activate globally with:
asdf global deno 0.38.0
asdf global deno 1.0.0

# Activate locally in the current folder with:
asdf local deno 0.38.0
asdf local deno 1.0.0
```

**With [Scoop](https://github.com/lukesampson/scoop/wiki/Switching-Ruby-And-Python-Versions):**

```sh
# Install a specific version of deno:
scoop install deno@0.22.0
scoop install deno@1.0.0

# Switch to v0.22.0
scoop reset deno@0.22.0
# Switch to v1.0.0
scoop reset deno@1.0.0

# Switch to the latest version
scoop reset deno
Expand Down

0 comments on commit e225f8e

Please sign in to comment.