~ruther/qmk_firmware

8173db634daa0eaa6cfe7dc5a556ff2193ec078f — mechmerlin 6 years ago f6c305b
fix pyusb install instructions
1 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/exclusive/e6v2/bmc/readme.md
M keyboards/exclusive/e6v2/bmc/readme.md => keyboards/exclusive/e6v2/bmc/readme.md +2 -2
@@ 34,9 34,9 @@ macOS:
    ```
3. Install the following packages:
    ```
    brew install python
    brew install python3
    pip3 install pyusb
    brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
    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.