go-sleep/README.md
2021-12-15 13:07:23 +01:00

1.5 KiB

Go Report Card Go Go Doc Release Gitpod ready-to-code

About

Just sleep for windows.

Quickstart

Make sure that docker is installed and checkout the project.

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:

go install github.com/EricNeid/go-sleep/cmd/sleep@v0.2.0

Usage

Download tool.

go get github.com/EricNeid/go-sleep/cmd/sleep
go install github.com/EricNeid/go-sleep/cmd/sleep

Make sure that $GOPATH/bin is in your path.

sleep 4

Question or comments

Please feel free to open a new issue: https://github.com/EricNeid/go-sleep/issues