From 112ba8795d565000cc708e7925c5b5e8fc7e82ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Thu, 3 Oct 2024 19:44:42 +0200 Subject: [PATCH] docs: Add CLI install instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 87ef205..6c5f278 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![builds.sr.ht status](https://builds.sr.ht/~timharek/yr/commits/main/.build.yml.svg)](https://builds.sr.ht/~timharek/yr/commits/main/.build.yml?) + # [yr] Get the weather delivered to your command-line, or use as a Go package. @@ -5,6 +7,12 @@ Get the weather delivered to your command-line, or use as a Go package. The project uses [Meteorologisk institutt]'s public API, [`LocationForecast`], and [OpenStreetMap]'s [Nominatim] API. +## Install CLI + +Using go: `go install git.sr.ht/~timharek/yr` + +Adding more methods in the future. Help is wanted to achieve the best coverage. + ## Usage ```bash