]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/canoe/readme.md
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / canoe / readme.md
index f58ffe4fd61a4aa7617ca892f20ad85f30064fc3..729ab1a0faa105c1c06ac89ada9c831a398ebb5d 100644 (file)
@@ -34,11 +34,11 @@ macOS:
 3. Install the following packages:
     ```
     brew install python
-    brew install pyusb
-    brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
+    pip install pyusb
+    brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
 
 4. Place your keyboard into reset. 
 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. 
 
 
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.