-
-
Notifications
You must be signed in to change notification settings - Fork 214
added a way to install on windows #465
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
base: 27
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then you have to install Erlang | |
Then you have to install Erlang: |
Add colon in the end of line.
added a way to install on fresh windows 10/11 install (choclatery is not installed by default but winget is )