fortran-lang / webpage

New Fortran webpage
https://fortran-lang.org/en
MIT License
47 stars 39 forks source link

Mention Windows Subsystem for Linux (WSL) GUI in "Unix-like development on Windows" section #98

Open Beliavsky opened 3 years ago

Beliavsky commented 3 years ago

As I mentioned on Fortran Discourse, Microsoft has recently upgraded WSL 2 so that you can run Linux GUI programs, including text editors. Currently fortran-lang says "All of the above approaches provide access to common shells such as bash and development tools including GNU coreutils, Make, CMake, autotools, git, grep, sed, awk, ssh, etc."

In the description of WSL I suggest adding the text "With Windows Subsystem for Linux GUI one can run text editors and other graphical programs."

I could submit a PR but my last trivial one is still pending ...

awvwgk commented 3 years ago

I could submit a PR but my last trivial one is still pending ...

Just took care of that one.

You can submit multiple PRs from your fork, by creating feature branches for each of your contributions. Just click on the branch dropdown menu and create a new one there:

image

This will also make it easier to sync your fork again, if someone (probably me) squashes small PRs on merge, which are done from the default branch of a fork.