Skip to content

Commit aeacac4

Browse files
authored
Merge pull request #146 from aurelj/master
Add git to the list of packages to install to build probe-rs-tools
2 parents 90182e0 + b050f56 commit aeacac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ To build probe-rs from source, you will need a working Rust toolchain. The easie
4444
On Debian and derived distros (e.g. Ubuntu), the following packages need to be installed:
4545

4646
```bash
47-
sudo apt install -y pkg-config libudev-dev cmake
47+
sudo apt install -y pkg-config libudev-dev cmake git
4848
```
4949

5050
#### RPM-based Linux (Fedora, CentOS)
5151

5252
```bash
53-
dnf install libusbx-devel libudev-devel cmake
53+
dnf install libusbx-devel libudev-devel cmake git
5454
```
5555

5656
#### macOS

0 commit comments

Comments
 (0)