mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
doc(CONTRIBUTING): Add libudev requirement to docs (#1787)
Closes #1771 Change-Type: patch
This commit is contained in:
parent
df05d4cc08
commit
ea686ee8e2
@ -53,6 +53,10 @@ The following MinGW packages are required:
|
||||
- [XCode](https://developer.apple.com/xcode/) or [XCode Command Line Tools],
|
||||
which can be installed by running `xcode-select --install`.
|
||||
|
||||
#### Linux
|
||||
|
||||
- `libudev-dev` for libusb (install with `sudo apt install libudev-dev` for example)
|
||||
|
||||
### Cloning the project
|
||||
|
||||
```sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user