Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a way to install on windows #465

Open
wants to merge 1 commit into
base: 27
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added a way to install on fresh windows 11 install (no choclatery nee…
…ded)
kemo-1 authored Jan 4, 2025
commit a1da9d972a318fee565a5be685ef7cd3b50452a4
11 changes: 11 additions & 0 deletions getting-started/installing.md
Original file line number Diff line number Diff line change
@@ -64,6 +64,17 @@ choco install gleam

This will also install Erlang.

#### Using Windows Package Manager

```
winget install --id=Gleam.Gleam -e
```
Then you have to install Erlang
```
winget install --id=Erlang.ErlangOTP -e
```
make sure to add the bin folder to your path do the same with the folder that contains gleam.exe

### Using the Nix package manager

There is a [gleam-nix](https://github.com/vic/gleam-nix) flake you can use to get