Skip to content

Commit

Permalink
(docs) bump version in docs to 0.3.1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel authored Jan 13, 2023
1 parent 176e77e commit e32b110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ It's also possible to [build from source][build-from-source] using Visual Studio
You can to [download the latest release][releases] from GitHub or [build from source][build-from-source].

```sh
wget -c https://github.com/joshgoebel/wren-console/releases/download/v0.2.90/wren-console-v0.2.90-linux.tar.gz
tar xzf wren-console-v0.2.90-linux.tar.gz
wget -c https://github.com/joshgoebel/wren-console/releases/download/v0.3.1/wren-console-v0.3.1-linux.tar.gz
tar xzf wren-console-v0.3.1-linux.tar.gz
```

And make sure it's available in your `PATH`.
Expand Down Expand Up @@ -74,7 +74,7 @@ After your believe you've got the binary installed propery, it's good to test if
You should see both the `wrenc` and Wren versions listed:

```
wrenc v0.2.90 (wren v0.4.0)
wrenc v0.3.1 (wren v0.4.0)
```

**Note**: It is important you open a _new_ terminal window. Any open terminal
Expand Down Expand Up @@ -123,4 +123,4 @@ $ wrenc package.wren install
[wren-package]: https://github.com/joshgoebel/wren-package
[wren-cli]: https://github.com/wren-lang/wren-cli
[build-from-source]: https://github.com/joshgoebel/wren-console#to-build-wren-console
[cli-walkthrough]: https://exercism.io/cli-walkthrough
[cli-walkthrough]: https://exercism.io/cli-walkthrough

0 comments on commit e32b110

Please sign in to comment.