From 366a97d55f79f0df63f7b17a20e510708e401c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Fri, 4 Oct 2024 21:02:18 +0200 Subject: [PATCH] docs: Use codeblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 734041b..bc1a535 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ and [OpenStreetMap]'s [Nominatim] API. ## Install CLI -Using go: `go install git.sr.ht/~timharek/yr` +Using go: + +```bash +go install git.sr.ht/~timharek/yr +``` Adding more methods in the future. Help is wanted to achieve the best coverage.