Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jun 22, 2022
1 parent a0fa299 commit 5f9daa8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,23 @@ 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:


<details>
<summary>Here be dragons</summary>

```console
# Update the package database and core system packages with:
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
```

</details>

## 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.
Expand Down

0 comments on commit 5f9daa8

Please sign in to comment.