Skip to content

Commit 220ab34

Browse files
authored
Merge pull request #1197 from tavurth/main
Add missing requirements to rust-setup.md
2 parents e927d1a + ad93602 commit 220ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rust-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use a terminal shell to execute the following commands:
2424
```bash
2525
sudo apt update
2626
# May prompt for location information
27-
sudo apt install -y git clang curl libssl-dev llvm libudev-dev
27+
sudo apt install -y git clang curl libssl-dev llvm libudev-dev make pkg-config protobuf-compiler
2828
```
2929

3030
### Arch Linux

0 commit comments

Comments
 (0)