docs: update readme.md
Some checks are pending
CI / Check Vial UIDs (push) Waiting to run
CI / Build default keymaps for Vial (push) Waiting to run
CI / Build Vial keymaps (push) Waiting to run

This commit is contained in:
TheWanderingCrow 2025-11-18 11:12:28 -05:00
parent 9defe47492
commit 428e46d8d4

View file

@ -34,3 +34,10 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from
## Official Website
[qmk.fm](https://qmk.fm) is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.
## Crow-diff notes
### Apply upstream changes
1. `git remote add upstream https://github.com/vial-kb/vial-qmk`
2. `git checkout vial`
3. `git fetch upstream`
4. `git rebase crow-diffs`