From e9eed7c4940b955d59bd79c526921ca34f11f8cb Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 12 Feb 2017 19:08:51 +0800 Subject: [PATCH] Update godoc --- robotgo.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/robotgo.go b/robotgo.go index 9050e3d..50f25ff 100644 --- a/robotgo.go +++ b/robotgo.go @@ -9,9 +9,14 @@ // except according to those terms. /* + Package robotgo Go native cross-platform system automation. Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo +See Requirements: https://github.com/go-vgo/robotgo#requirements + +Installation: + go get -u github.com/go-vgo/robotgo */ package robotgo