Skip to content

Added better Windows documentation in the README#550

Closed
ZKLaurin wants to merge 2 commits into
SevenTV:masterfrom
ZKLaurin:readme-windows
Closed

Added better Windows documentation in the README#550
ZKLaurin wants to merge 2 commits into
SevenTV:masterfrom
ZKLaurin:readme-windows

Conversation

@ZKLaurin
Copy link
Copy Markdown
Contributor

Added instruction on how to get the project up and running on Windows with WSL.
Created new PR because I committed into the master branch last time.

Comment thread README.md
Comment on lines +81 to +92
Execute Powershell as administrator.

Run the following command: `wsl --install`

After restarting, open your Linux shell and run the following commands:

- `sudo apt-get install gcc g++ make`
- `curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -`
- `sudo apt-get install -y nodejs`
- `curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null`
- `echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list`
- `sudo apt-get update && sudo apt-get install yarn`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should just be a link to a WSL install guide instead.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ZKLaurin ZKLaurin closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants