From a615a755446c69ec5023995c73c45ad7e3cf00fc Mon Sep 17 00:00:00 2001 From: 0xphen <127856072+0xphen@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:49:16 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f2361a..d2f6470 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,7 @@ This library offers an efficient and adaptable network packet parser, with a min - [ ] arp ## Building -To install the latest version of `net-sift`, ensure you have [Rust toolchain installed](https://rustup.rs/), then run: -``` -cargo install net-sift -``` -Or, to build from source (binary in `target/release/net-sift`): +Build from source (binary in `target/release/net-sift`): ``` cargo build --release ```