Browse Source

Split out WSL setup and point to 'QMK WSL' distro

pull/11690/head
zvecr 3 years ago
parent
commit
6aa3546a76
1 changed files with 25 additions and 2 deletions
  1. +25
    -2
      docs/newbs_getting_started.md

+ 25
- 2
docs/newbs_getting_started.md View File

@ -68,7 +68,7 @@ Install the QMK CLI by running:
brew install qmk/qmk/qmk
### ** Linux/WSL **
### ** Linux **
?> **Note for WSL users**: By default, the installation process will clone the QMK repository into your WSL home directory, but if you have cloned manually, ensure that it is located inside the WSL instance instead of the Windows filesystem (ie. not in `/mnt`), as accessing it is currently [extremely slow](https://github.com/microsoft/WSL/issues/4197).
@ -102,6 +102,20 @@ You can also try the `qmk-git` package from AUR:
yay -S qmk-git
### ** WSL **
QMK maintains a WSL distro with the CLI and all necessary dependencies.
Alternatively, if you'd like to manually install against the WSL distro of your choice, follow the `Linux` part of this guide after installing WSL.
#### Prerequisites
You will need to install WSL. Follow the instructions [here](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
#### Installation
You will need to install the `QMK WSL` distro. The latest release is available at <https://github.com/zvecr/qmk_distro_wsl/releases/latest>.
### ** FreeBSD **
#### Prerequisites
@ -140,7 +154,7 @@ After installing QMK you can set it up with this command:
In most situations you will want to answer `y` to all of the prompts.
### ** Linux/WSL **
### ** Linux **
After installing QMK you can set it up with this command:
@ -154,6 +168,15 @@ This is due to a [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839155)
Sadly, Ubuntu reitroduced this bug and is [yet to fix it](https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562).
Luckily, the fix is easy. Run this as your user: `echo 'PATH="$HOME/.local/bin:$PATH"' >> $HOME/.bashrc && source $HOME/.bashrc`
### ** WSL **
After installing QMK you can set it up with this command:
qmk setup
In most situations you will want to answer `y` to all of the prompts.
### ** FreeBSD **
After installing QMK you can set it up with this command:


Loading…
Cancel
Save