Merge pull request #160 from secretjupiter/patch-1
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Added mandatory info to README.md for Apple Silicon users
This commit is contained in:
commit
5ee9f6aacd
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,8 @@ Sometimes I add new posts about this project [on my blog page](https://developer
|
|||
|
||||
### System requirements
|
||||
|
||||
JDK 11 for macOS and Linux
|
||||
- JDK 11 for macOS and Linux
|
||||
- libusb, if you have a Mac with Apple Silicon (install via `brew install libusb`)
|
||||
|
||||
### Supported Goldleaf versions
|
||||
| Goldleaf version | NS-USBloader version |
|
||||
|
@ -127,6 +128,8 @@ Set 'Security & Privacy' settings if needed.
|
|||
|
||||
Download application with `-m1.jar` postfix.
|
||||
|
||||
Manually install libusb with Homebrew by running `brew install libusb` in your Terminal.
|
||||
|
||||
##### Windows:
|
||||
|
||||
* Once application opens click on 'Gear' icon.
|
||||
|
|
Loading…
Reference in a new issue