Skip to content

Commit 3733841

Browse files
committed
modified: README.md
1 parent 400564a commit 3733841

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ A fast, lightweight DNS resolver benchmarking tool written in Rust that measures
1616
1. Make sure you have Rust installed on your system
1717
2. Clone this repository
1818
```
19-
20-
git clone https://github.com/0xgingi/dnspeedtest
21-
cd dnspeedtest
19+
git clone https://github.com/0xgingi/dnspeedtest
20+
cd dnspeedtest
2221
```
2322
3. Build and run:
2423
```
25-
cargo build --release
26-
cargo run
24+
cargo build --release
25+
cargo run
2726
```
2827
## Configuration
2928

0 commit comments

Comments
 (0)