Skip to content

Commit

Permalink
Add instructions to checkout development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Oct 26, 2020
1 parent 5be50bc commit ef55e24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions users/manna-harbour_miryoku/miryoku.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ different physical layouts as a subset without code duplication using the QMK
userspace feature and C macros.

Please see the [[https://github.com/manna-harbour/qmk_firmware/blob/miryoku/users/manna-harbour_miryoku/miryoku.org][development branch]] for any [[https://github.com/qmk/qmk_firmware/compare/master...manna-harbour:miryoku][updates not yet merged into QMK]].

To checkout the development branch in your existing QMK build environment:
#+BEGIN_SRC sh :tangle no
git remote add manna-harbour git@github.com:manna-harbour/qmk_firmware.git
git fetch manna-harbour
git checkout --track manna-harbour/miryoku
#+END_SRC

Additional implementations and visualisations are provided outside QMK in the
[[https://github.com/manna-harbour/miryoku/blob/master/README.org][Miryoku (Extras) repository]].


* Contents :TOC_3:
- [[#layout][Layout]]
- [[#general-principles][General Principles]]
Expand Down

0 comments on commit ef55e24

Please sign in to comment.