From 1e0a90c36ddacd8637117123c19b192483388817 Mon Sep 17 00:00:00 2001 From: Eric Neidhardt Date: Wed, 15 Dec 2021 13:07:23 +0100 Subject: [PATCH] Update readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52397a3..0687cf4 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,25 @@ SPDX-License-Identifier: CC-BY-4.0 Just sleep for windows. -## Getting started +## Quickstart Make sure that docker is installed and checkout the project. ```bash -make test -make build +make all +``` + +## Installation + +Simply grep the latest available binary from the release page and put it somewhere in your path. + +If go is installed and $GOPATH/bin is in your path, you can download and install the tool directly +by using go install. + +Download tool: + +```bash +go install github.com/EricNeid/go-sleep/cmd/sleep@v0.2.0 ``` ## Usage