go-sleep/README.md

32 lines
403 B
Markdown
Raw Normal View History

2020-01-20 17:45:19 +00:00
# About
Just sleep for windows.
## Getting started
Make sure that docker is installed and checkout the project.
```bash
make test
make build
```
## Usage
Download tool.
```bash
go install EricNeid/go-sleep/cmd/sleep
```
Make sure that $GOPATH/bin is in your path.
```bash
sleep 4
```
## Question or comments
Please feel free to open a new issue:
<https://github.com/EricNeid/go-sleep/issues>