Skip to content

Commit

Permalink
doc: update README.md install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 22, 2024
1 parent d885422 commit 03b78cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ Assuming you have a Nordic nrf52840dk connected, this should get you somewhere:
1. install [laze](https://github.com/kaspar030/laze): `cargo install laze`

1. install [probe-rs](https://github.com/probe-rs/probe-rs): `cargo install probe-rs --features cli`
(2023-10-17: if that fails, try from git: `cargo install --git https://github.com/probe-rs/probe-rs --features cli`)
(2023-10-17: if that fails, try from git: `cargo install --git https://github.com/probe-rs/probe-rs --features cli probe-rs`)

1. clone this repository and cd into it

1. install rust targets: `laze build install-toolchain`

### Run some example

1. Compile, flash and the hello-world example using `probe-rs run`
Expand Down

0 comments on commit 03b78cf

Please sign in to comment.