docs: update readme.md
Some checks failed
CI / Check Vial UIDs (push) Has been cancelled
CI / Build default keymaps for Vial (push) Has been cancelled
CI / Build Vial keymaps (push) Has been cancelled

This commit is contained in:
TheWanderingCrow 2025-11-18 11:15:26 -05:00
parent 428e46d8d4
commit e1e814fa60

View file

@ -38,6 +38,6 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from
## 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`
2. `git fetch upstream`
3. `git checkout crow-diffs`
4. `git rebase upstream/vial`