mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-06 00:33:55 +00:00
Update README.md and godoc
This commit is contained in:
parent
efe8a698d3
commit
3eee78dbe7
@ -42,8 +42,8 @@ Now, Please make sure Golang, GCC is installed correctly before installing Robot
|
|||||||
### ALL:
|
### ALL:
|
||||||
```
|
```
|
||||||
Golang
|
Golang
|
||||||
|
|
||||||
GCC
|
GCC
|
||||||
zlib & libpng (bitmap)
|
|
||||||
```
|
```
|
||||||
#### For Mac OS X:
|
#### For Mac OS X:
|
||||||
```
|
```
|
||||||
|
@ -40,6 +40,7 @@ QQ 群: 595877611
|
|||||||
### ALL:
|
### ALL:
|
||||||
```
|
```
|
||||||
Golang
|
Golang
|
||||||
|
|
||||||
GCC
|
GCC
|
||||||
```
|
```
|
||||||
#### For Mac OS X:
|
#### For Mac OS X:
|
||||||
|
@ -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 is installed correctly before installing RobotGo;
|
||||||
|
|
||||||
See Requirements:
|
See Requirements:
|
||||||
https://github.com/go-vgo/robotgo#requirements
|
https://github.com/go-vgo/robotgo#requirements
|
||||||
@ -63,7 +63,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.46.6.434, Pyrenees Mountains!"
|
version string = "v0.46.6.435, Pyrenees Mountains!"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
Loading…
Reference in New Issue
Block a user