Skip to content

Commit

Permalink
fix pyusb install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mechmerlin committed Apr 7, 2019
1 parent f6c305b commit 8173db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/exclusive/e6v2/bmc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8173db6

Please sign in to comment.