mirror of
https://github.com/EricNeid/go-sleep.git
synced 2025-01-10 17:45:07 +00:00
.github/workflows | ||
cmd/sleep | ||
LICENSES | ||
.gitignore | ||
.gitpod.yml | ||
go.mod | ||
LICENSE | ||
Makefile | ||
README.md |
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