mirror of
https://github.com/EricNeid/go-sleep.git
synced 2025-01-10 17:45:07 +00:00
Update readme
This commit is contained in:
parent
5a86b1426b
commit
1e0a90c36d
18
README.md
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user