Skip to content

Commit

Permalink
update README to include Powershell instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Aug 26, 2024
1 parent 7741ce2 commit 0a79a0d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ Erlang and [Gleam](https://gleam.run/) are supported, with

## Install

An install script is provided:
An install script is provided for both Linux/Mac:

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

And Windows Powershell:

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

Binaries can also be downloaded from the [releases on
Expand Down

0 comments on commit 0a79a0d

Please sign in to comment.