From 373384106fac98d459370e01e501f0c30ea528d7 Mon Sep 17 00:00:00 2001 From: 0xgingi <0xgingi@0xgingi.com> Date: Tue, 12 Nov 2024 13:35:15 -0500 Subject: [PATCH] modified: README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22bc0e6..312208e 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,13 @@ A fast, lightweight DNS resolver benchmarking tool written in Rust that measures 1. Make sure you have Rust installed on your system 2. Clone this repository ``` - - git clone https://github.com/0xgingi/dnspeedtest - cd dnspeedtest +git clone https://github.com/0xgingi/dnspeedtest +cd dnspeedtest ``` 3. Build and run: ``` - cargo build --release - cargo run +cargo build --release +cargo run ``` ## Configuration