We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225d1db commit 9828bf6Copy full SHA for 9828bf6
1 file changed
docs/tock_workshop/index.md
@@ -26,12 +26,13 @@ This tool is an embedded debugging and target interaction toolkit. It enables it
26
27
The simplest installation method involves using the `cargo` packet manager, but first you have to install the prerequisites:
28
29
-- On Debian-based Linux, use the following command:
+* On Debian-based Linux, use the following command:
30
+
31
```shell
32
sudo apt install -y pkg-config libudev-dev cmake git
33
```
34
-- On Mac OS and Windows, no additional setup is needed.
35
+* On Mac OS and Windows, no additional setup is needed.
36
37
After that, use `cargo` to install `probe-rs`:
38
0 commit comments