Skip to content
Open
Changes from all commits
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Seattle Rust User Group in November 2024.
`sudo apt install -y pkg-config libudev-dev cmake git`
# RPM-based
`dnf install libusbx-devel libudev-devel cmake git`

# ARCH-based
`sudo pacman -S pkg-config systemd cmake git`

### macOS:
* No platform-specific requirements. Proceed to `All Platforms`, below.

Expand All @@ -20,7 +22,7 @@ Seattle Rust User Group in November 2024.

### All platforms:
i. Install `probe-rs`:
`cargo install probe-rs --locked`
`cargo install probe-rs-tools --locked`

3. Set up Hardware: Set up as per [schematic diagram](https://app.cirkitdesigner.com/project/c8efdf17-e924-4550-8c7a-da5c56bd626e)

Expand Down