Skip to content

Commit 9828bf6

Browse files
committed
nit: fixed format on list
1 parent 225d1db commit 9828bf6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/tock_workshop/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ This tool is an embedded debugging and target interaction toolkit. It enables it
2626

2727
The simplest installation method involves using the `cargo` packet manager, but first you have to install the prerequisites:
2828

29-
- On Debian-based Linux, use the following command:
29+
* On Debian-based Linux, use the following command:
30+
3031
```shell
3132
sudo apt install -y pkg-config libudev-dev cmake git
3233
```
3334

34-
- On Mac OS and Windows, no additional setup is needed.
35+
* On Mac OS and Windows, no additional setup is needed.
3536

3637
After that, use `cargo` to install `probe-rs`:
3738

0 commit comments

Comments
 (0)