Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Nov 2, 2022
2 parents 5a001d8 + 92a1520 commit eb90d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/updating-frogasaurus.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Updating Frogasaurus
To update Frogasaurus to the latest version, run this command:
```
deno install --allow-write --allow-read --reload --force https://deno.land/x/frogasaurus/frogasaurus.js
deno install --allow-write=. --allow-read=. --reload --force https://deno.land/x/frogasaurus/frogasaurus.js
```

To change your installation to a specific version, you can use this sort of command:
```
deno install --allow-write --allow-read --force https://deno.land/x/frogasaurus@v0.3.2/frogasaurus.js
deno install --allow-write=. --allow-read=. --force https://deno.land/x/frogasaurus@v0.3.2/frogasaurus.js
```

0 comments on commit eb90d18

Please sign in to comment.