Skip to content

Commit

Permalink
update readme for release of 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Sep 2, 2024
1 parent 4d0d0c6 commit a54e6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ component support to come in the future.
An install script is provided for both Linux/Mac:

```
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tsloughter/beamup/releases/download/v0.3.0/beamup-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tsloughter/beamup/releases/download/v0.4.6/beamup-installer.sh | sh
```

And Windows Powershell:

```
powershell -c "irm
https://github.com/tsloughter/beamup/releases/download/v0.3.0/beamup-installer.ps1
https://github.com/tsloughter/beamup/releases/download/v0.4.6/beamup-installer.ps1
| iex"
```

Expand Down

0 comments on commit a54e6b5

Please sign in to comment.