added a way to install on windows #465
Open
abdulhakim-alshanqiti wants to merge 1 commit intogleam-lang:27from
Open
added a way to install on windows #465abdulhakim-alshanqiti wants to merge 1 commit intogleam-lang:27from
abdulhakim-alshanqiti wants to merge 1 commit intogleam-lang:27from
Conversation
ankddev
suggested changes
Apr 1, 2025
Contributor
There was a problem hiding this comment.
Some comments by me. Also you should change base branch to main.
| ``` | ||
| 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 |
Contributor
There was a problem hiding this comment.
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.
| This will also install Erlang. | ||
|
|
||
| #### Using Windows Package Manager | ||
|
|
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
Suggested change
| Then you have to install Erlang | |
| Then you have to install Erlang: |
Add colon in the end of line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added a way to install on fresh windows 10/11 install (choclatery is not installed by default but winget is )