From 4ad7a0c25358328013f8aee544b58f6126de6377 Mon Sep 17 00:00:00 2001 From: Brandon Lee Camilleri Date: Sun, 5 Dec 2021 18:04:09 +0100 Subject: [PATCH] Version 1.0.0 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6958496..af6cb4a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,19 @@ Mop is a command-line utility that displays continuous up-to-date information ab ### Downloading mop +#### ready-to-use program + +``` +https://github.com/mop-tracker/mop/releases/download/v1.0.0/mop.exe +``` + +#### source code + ``` https://github.com/mop-tracker/mop/releases/tag/v1.0.0 ``` -### Installing mop +#### Installing mop from source Ensure GO language is installed. Download from: https://go.dev/dl/ and the $GOPATH is set then: