From 3bf662d25b077428f79fcc20910b6d6f642dac21 Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Fri, 10 Feb 2023 14:16:22 +0000 Subject: [PATCH] README: fix typo - double '--release' flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b7e4c..eec82f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you want to build a static binary with musl, install the musl target and pass ``` rustup target add x86_64-unknown-linux-musl cargo xtask build-ebpf --release -cargo build --release --release --target=x86_64-unknown-linux-musl +cargo build --release --target=x86_64-unknown-linux-musl ``` To run the program: