Update README.md

This commit is contained in:
vcaesar 2021-12-24 14:05:52 -04:00
parent 3e0ac28943
commit 1dd095bd1f
2 changed files with 15 additions and 1 deletions

View File

@ -7,6 +7,20 @@
[![GoDoc](https://godoc.org/github.com/robotn/gohook?status.svg)](https://godoc.org/github.com/robotn/gohook)
<!-- This is a work in progress. -->
## Requirements (Linux):
[Robotgo-requirements-event](https://github.com/go-vgo/robotgo#requirements)
## Install:
With Go module support (Go 1.11+), just import:
```go
import "github.com/robotn/gohook"
```
## Examples:
```Go
package main

View File

@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64
# ARCHITECTURE: x64
GOVERSION: 1.17.3
GOVERSION: 1.17.5
# GOPATH: c:\gopath
# scripts that run after cloning repository