From 6bbf8390df303354049ccf62d248583bf8ac14d7 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 8 Dec 2021 17:49:26 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ README_zh.md | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 5c0b9b5..2929e63 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_zh.md b/README_zh.md index 9bc5454..37fc345 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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 ```