Skip to content

Commit acd3e01

Browse files
committed
docs(guide): fix installation deps
1 parent c7acbf4 commit acd3e01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Follow the official [naming convention](https://rust-lang.github.io/api-guidelin
2727
We recommend developers to install the following dependencies for better testing and development experience:
2828

2929
```bash
30-
sudo apt install ethtool, iputils-ping, iperf3, pkg-config, m4, clang, llvm, libelf-dev, libpcap-dev, gcc-multilib
30+
sudo apt install ethtool iputils-ping iperf3 pkg-config m4 clang llvm libelf-dev libpcap-dev gcc-multilib
3131
```
3232

3333
### Building

guide/src/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ We also contain a install script [scripts/install.sh](https://github.com/stack-r
6060
We recommend developers to install the following dependencies for better testing and development experience. And you have to install some of the dependencies to build rattan with specific features:
6161

6262
```bash
63-
sudo apt install ethtool, iputils-ping, iperf3, pkg-config, m4, clang, llvm, libelf-dev, libpcap-dev, gcc-multilib
63+
sudo apt install ethtool iputils-ping iperf3 pkg-config m4 clang llvm libelf-dev libpcap-dev gcc-multilib
6464
```
6565

6666
### Installing with Cargo
@@ -88,7 +88,7 @@ To uninstall, run the command `cargo uninstall rattan`.
8888

8989
The version published to crates.io will ever so slightly be behind the version hosted on GitHub.
9090
If you need the latest version you can build the git version of rattan yourself.
91-
Cargo makes this ***super easy***!
91+
Cargo makes this **_super easy_**!
9292

9393
```bash
9494
cargo install --git https://github.com/stack-rs/rattan.git rattan

0 commit comments

Comments
 (0)