Skip to content

Commit

Permalink
chexlinx6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 9, 2024
1 parent d51dd42 commit 03c5385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Lando has a distributed model and is powered by over [50 repos](https://github.c

## Good First Issues

Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues?q=is:open+is:issue+label:%22good+first+issue%22). Peruse the list and see if one or more of those issues is a good fit for you.
Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues). Peruse the list and see if one or more of those issues is a good fit for you.

If you are having issues with any of the above or need some guidance from one of our guide pros, make sure you [join our Slack org](https://www.launchpass.com/devwithlando) and check out the **#community** and/or **#contributors** channels.

Expand Down
2 changes: 1 addition & 1 deletion guides/setup-lando-on-windows-with-wsl-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The first thing we need to do is enable WSL2. To do so...
2. In the resulting window, check 'Windows Subsystem for Linux' and 'Virtual Machine Platform' and then click 'ok'. This starts the system installed for WSL and will ask us to restart after it downloads the stuff it needs. This really only gives you the WSL1 setup. To get WSL2...
3. Download a kernel update to get WSL2 going. see the [Microsoft docs on installing the kernel update](https://learn.microsoft.com/en-us/windows/wsl/install-manual).
4. After you install the kernel update, launch a powershell and run `wsl --set-default-version 2` to default to WSL 2.
5. Head to the Microsoft store and install a Linux distro. I am going to choose [Ubuntu 18.04 LTS](https://apps.microsoft.com/detail/9N9TNGVNDL3Q?hl=en-us&gl=US), since it is the most common distro for Lando users and our handy [Hyperdrive](https://github.com/lando/hyperdrive) supports it.
5. Head to the Microsoft store and install a Linux distro. I am going to choose [Ubuntu](https://apps.microsoft.com/detail/9PDXGNCFSCZV?hl=en-us&gl=US), since it is the most common distro for Lando users and our handy [Hyperdrive](https://github.com/lando/hyperdrive) supports it.

## Jump into Hyperspace

Expand Down

0 comments on commit 03c5385

Please sign in to comment.