Skip to content
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
11 changes: 11 additions & 0 deletions getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ choco install gleam

This will also install Erlang.

#### Using Windows Package Manager

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Run the following:

I think that you should add something like "Run following command:" since all other ways include it.

```
winget install --id=Gleam.Gleam -e
```
Then you have to install Erlang
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Then you have to install Erlang
Then you have to install Erlang:

Add colon in the end of line.

```
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
make sure to add the bin folder to your path do the same with the folder that contains gleam.exe
Make sure to add the bin folder to your path do the same with the folder that contains gleam.exe

Sentence should start with capital letter.


### Using the Nix package manager

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