Skip to content

Commit

Permalink
- Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-gonsalves committed Oct 15, 2020
1 parent d2164cf commit d5a190a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ This is a Boilerplate project to create Deno RESTful API using oak and deno_mong
### Install / Upgrade
**Using Deno:**
```
deno upgrade --version 1.4.0
deno upgrade --version 1.4.6
```


**With Shell:**
```
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.4.0
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.4.6
```


**With PowerShell:**
```
$v="1.4.0"; iwr https://deno.land/x/install/install.ps1 -useb | iex
$v="1.4.6"; iwr https://deno.land/x/install/install.ps1 -useb | iex
```


Expand Down

0 comments on commit d5a190a

Please sign in to comment.