Skip to content

Commit 1dd095b

Browse files
committed
Update README.md
1 parent 3e0ac28 commit 1dd095b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
[![GoDoc](https://godoc.org/github.com/robotn/gohook?status.svg)](https://godoc.org/github.com/robotn/gohook)
88
<!-- This is a work in progress. -->
99

10+
## Requirements (Linux):
11+
12+
[Robotgo-requirements-event](https://github.com/go-vgo/robotgo#requirements)
13+
14+
## Install:
15+
16+
With Go module support (Go 1.11+), just import:
17+
18+
```go
19+
import "github.com/robotn/gohook"
20+
```
21+
22+
## Examples:
23+
1024
```Go
1125
package main
1226

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment:
3434
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
3535
# - COMPILER: MINGW_W64
3636
# ARCHITECTURE: x64
37-
GOVERSION: 1.17.3
37+
GOVERSION: 1.17.5
3838
# GOPATH: c:\gopath
3939

4040
# scripts that run after cloning repository

0 commit comments

Comments
 (0)