mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 15:43:55 +00:00
Update README.md
This commit is contained in:
parent
0a95d7f957
commit
6bbf8390df
@ -112,6 +112,15 @@ sudo dnf install xsel xclip
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Installation:
|
## 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
|
go get github.com/go-vgo/robotgo
|
||||||
```
|
```
|
||||||
|
@ -106,6 +106,14 @@ sudo dnf install xsel xclip
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Installation:
|
## 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
|
go get github.com/go-vgo/robotgo
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user