-
Notifications
You must be signed in to change notification settings - Fork 398
add basic IDE setup to docs #1791
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: main
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.
It's nice, overall I would say that it lacks a bit of transition sentences, little introduction to sections and so on to make the read more smooth
docs/development.md
Outdated
| wsl --install | ||
| ``` | ||
|
|
||
| 2. Install a Linux distribution (example: AlmaLinux 10) via e.g. `wsl --install AlmaLinux-10`. |
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.
What's AlmaLinux 10? Is it the official recommandation for WSL? If not, maybe we should discuss what's the "official" recommended distribution to do this
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.
I don't think there's an "officially recommended distribution". The default (wsl --install) uses Ubuntu I believe, but AlmaLinux, Debian, OpenSUSE and more are available by default as well.
|
Nice! Maybe should it be in |
closes #1784