-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update windows documentation #299
Conversation
✅ Deploy Preview for silly-keller-664934 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #299 +/- ##
======================================
Coverage 87.6% 87.6%
======================================
Files 26 26
Lines 2178 2178
======================================
Hits 1908 1908
Misses 270 270 |
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.
LGTM!
This was the procedure that finally led me to success: .# WSL INSTALL ON WINDOWS 11 restart Windows #------------------------------------------------------------------------------- sudo apt-get install build-essential #sudo apt update && sudo apt upgrade #------------------------------------------------------------------------------- sudo apt install software-properties-common .# check what is the default version .# check installed versions .# install missing package #------------------------------------------------------------------------------------------------------------------------- .# check success #------------------------------------------------------------------------------------------------------------------------- |
Per #294, current instructions can be confusing.
Closes #294