From 6de4c51315746f6a0c9e0ad9e75da46ace9fa6a7 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 17 Aug 2022 13:54:23 +0200 Subject: [PATCH] doc: minor Readme.md changes --- Readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 25592e7..9095ad7 100644 --- a/Readme.md +++ b/Readme.md @@ -51,8 +51,11 @@ Please, make sure you add the `ooni/probe-cli` label. ## Build instructions -Be sure you have the golang version mentioned inside the [GOVERSION](GOVERSION) -file and a C compiler (Mingw-w64 for Windows). +Be sure you have: + +1. the golang version mentioned inside the [GOVERSION](GOVERSION) file; + +2. a C compiler (Mingw-w64 for Windows). ### ooniprobe @@ -105,5 +108,5 @@ Create an issue according to [the routine release template]( https://github.com/ooni/probe/blob/master/.github/ISSUE_TEMPLATE/routine-sprint-releases.md) and perform any item inside the check-list. -We build releases using [Makefile](Makefile), which requires GNU make. Try -the `make help|less` command for detailed usage. +We build releases using [Makefile](Makefile), which requires GNU make. The +`make help|less` provides detailed usage.