Skip to content

Commit 1dfc646

Browse files
committed
chore: Update website for grain-v0.5.9
1 parent db70de6 commit 1dfc646

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/getting_grain.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,30 @@ _The `--no-quarantine` flag will avoid having to approve the binary in the Secur
2222

2323
### MacOS x64 - Download
2424

25-
If you'd prefer not to use homebrew, you can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-mac-x64) directly from GitHub or using `curl`.
25+
If you'd prefer not to use homebrew, you can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-mac-x64) directly from GitHub or using `curl`.
2626

2727
```sh
2828
sudo curl -L --output /usr/local/bin/grain \
29-
https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-mac-x64 \
29+
https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-mac-x64 \
3030
&& sudo chmod +x /usr/local/bin/grain
3131
```
3232

3333
### Linux x64 - Download
3434

35-
You can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-linux-x64) directly from GitHub or using `curl`.
35+
You can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-linux-x64) directly from GitHub or using `curl`.
3636

3737
```sh
3838
sudo curl -L --output /usr/local/bin/grain \
39-
https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-linux-x64 \
39+
https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-linux-x64 \
4040
&& sudo chmod +x /usr/local/bin/grain
4141
```
4242

4343
### Windows x64 - Download
4444

45-
You can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-win-x64.exe) directly from GitHub or using `curl`.
45+
You can [download it](https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-win-x64.exe) directly from GitHub or using `curl`.
4646

4747
```batch
48-
curl -LO https://github.com/grain-lang/grain/releases/download/grain-v0.5.8/grain-win-x64.exe
48+
curl -LO https://github.com/grain-lang/grain/releases/download/grain-v0.5.9/grain-win-x64.exe
4949
```
5050

5151
You'll either want to put it into your path or keep it inside your project and invoke with `.\grain-win-x64.exe`.

0 commit comments

Comments
 (0)