Update README.md

This commit is contained in:
vcaesar 2021-12-08 17:49:26 -04:00
parent 0a95d7f957
commit 6bbf8390df
2 changed files with 17 additions and 0 deletions

View File

@ -112,6 +112,15 @@ sudo dnf install xsel xclip
```
## Installation:
With Go module support (Go 1.11+), just import:
```go
import "github.com/go-vgo/robotgo"
```
Otherwise, to install the robotgo package, run the command:
```
go get github.com/go-vgo/robotgo
```

View File

@ -106,6 +106,14 @@ sudo dnf install xsel xclip
```
## Installation:
With Go module support (Go 1.11+), just import:
```go
import "github.com/go-vgo/robotgo"
```
Otherwise, to install the robotgo package, run the command:
```
go get github.com/go-vgo/robotgo
```