mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update README.md and godoc
This commit is contained in:
parent
26a69a470e
commit
1fdc6163fd
@ -10,7 +10,7 @@
|
|||||||
[](https://gitter.im/go-vgo/robotgo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/go-vgo/robotgo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
<!--<a href="https://github.com/go-vgo/robotgo/releases"><img src="https://img.shields.io/badge/%20version%20-%206.0.0%20-blue.svg?style=flat-square" alt="Releases"></a>-->
|
<!--<a href="https://github.com/go-vgo/robotgo/releases"><img src="https://img.shields.io/badge/%20version%20-%206.0.0%20-blue.svg?style=flat-square" alt="Releases"></a>-->
|
||||||
|
|
||||||
>Golang Desktop Automation. Control the mouse, keyboard, bitmap,read the screen,Window Handle and global event listener.
|
>Golang Desktop Automation. Control the mouse, keyboard, bitmap, read the screen, Window Handle and global event listener.
|
||||||
|
|
||||||
RobotGo supports Mac, Windows, and Linux(X11).
|
RobotGo supports Mac, Windows, and Linux(X11).
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ This is a work in progress.
|
|||||||
|
|
||||||
##Requirements:
|
##Requirements:
|
||||||
|
|
||||||
Now,Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo.
|
Now, Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo.
|
||||||
|
|
||||||
###ALL:
|
###ALL:
|
||||||
```
|
```
|
||||||
@ -94,7 +94,7 @@ go get github.com/go-vgo/robotgo
|
|||||||
```
|
```
|
||||||
It's that easy!
|
It's that easy!
|
||||||
|
|
||||||
png.h: No such file or directory?Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47).
|
png.h: No such file or directory? Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47).
|
||||||
|
|
||||||
##Update:
|
##Update:
|
||||||
```
|
```
|
||||||
|
@ -89,7 +89,7 @@ go get github.com/go-vgo/robotgo
|
|||||||
```
|
```
|
||||||
It's that easy!
|
It's that easy!
|
||||||
|
|
||||||
png.h: No such file or directory?Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47).
|
png.h: No such file or directory? Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47).
|
||||||
|
|
||||||
##Update:
|
##Update:
|
||||||
```
|
```
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Package robotgo Go native cross-platform system automation.
|
Package robotgo Go native cross-platform system automation.
|
||||||
|
|
||||||
Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo;
|
Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo;
|
||||||
|
|
||||||
See Requirements:
|
See Requirements:
|
||||||
https://github.com/go-vgo/robotgo#requirements
|
https://github.com/go-vgo/robotgo#requirements
|
||||||
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.43.0.268,Matterhorn Alps!"
|
version string = "v0.43.0.269,Matterhorn Alps!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user