diff --git a/docs/faq.md b/docs/faq.md index e66ef2c..083a6d5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -21,6 +21,10 @@ Periodic updates will be available to cover both major MSYS2, and QMK CLI update Interim updates have to be performed manually. This can done within the terminal by running the following commands: + +
+ Here be dragons + ```console # Update the package database and core system packages with: pacman -Syu @@ -28,10 +32,12 @@ pacman -Syu # If needed, close QMK MSYS, run it again from Start menu. Update the rest with: pacman -Su -# update QMK CLI +# Optional - update QMK CLI if a "native" package was not released to MSYS python3 -m pip install qmk --upgrade ``` +
+ ## How do I configure Windows Terminal? [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab), which supports various shells, can also be extended to support QMK MSYS.