diff --git a/README.md b/README.md index f64a133..350b281 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,20 @@ [![GoDoc](https://godoc.org/github.com/robotn/gohook?status.svg)](https://godoc.org/github.com/robotn/gohook) +## 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 diff --git a/appveyor.yml b/appveyor.yml index 70c124c..4f9c648 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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