mirror of
https://github.com/EricNeid/go-sleep.git
synced 2025-01-11 01:45:08 +00:00
33 lines
460 B
Markdown
33 lines
460 B
Markdown
# 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 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.
|
|
|
|
```bash
|
|
sleep 4
|
|
```
|
|
|
|
## Question or comments
|
|
|
|
Please feel free to open a new issue:
|
|
<https://github.com/EricNeid/go-sleep/issues>
|