mirror of
https://github.com/robotn/gohook.git
synced 2025-01-18 13:46:41 +08:00
Update README.md
This commit is contained in:
parent
3e0ac28943
commit
1dd095bd1f
14
README.md
14
README.md
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user