Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Version 1.3 (2016-09-27) of the OEM driver causes a kernel panic (a.k.a. *crash*

* Install the driver by the following commands:
* `brew tap adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver https://github.com/adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver`
* `brew cask install wch-ch34x-usb-serial-driver`
* `brew install cask wch-ch34x-usb-serial-driver`
Copy link

@DavidAntliff DavidAntliff Oct 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand that this is being changed due to brew cask being deprecated.

But does this do what you intend? Doesn't it merely install both cask and the wch-ch34x-usb-serial-driver formulae, rather than the cask-only version of wch-ch34x-usb-serial-driver?

So should this be brew install --cask wch-ch34x-usb-serial-driver instead?

If the cask version isn't specifically required, then is brew install wch-ch34x-usb-serial-driver sufficient?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the console output and cask is not needed. I just installed a package called cask.

brew install wch-ch34x-usb-serial-driver works fine.



## Troubleshooting
Expand Down