From 7a714381105912c830a449866765dfe14840c6b8 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 8 Feb 2024 07:20:23 +0100 Subject: [PATCH] cleanup(Readme.md): remove redundant sentence --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 77b7bb6eb..ead3271cb 100644 --- a/Readme.md +++ b/Readme.md @@ -149,8 +149,7 @@ $HOME/sdk/go1.20.12/bin/go build -v -ldflags '-s -w' ./internal/cmd/miniooni This section shows how to build using `./script/go.bash`. If you want to bypass using this script, just run `go` instead of `./script/go.bash`. -Once you have installed the correct Go version and a C compiler, -you can compile `ooniprobe` using: +You can compile `ooniprobe` using: ```bash ./script/go.bash build -v -ldflags '-s -w' ./cmd/ooniprobe