mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update README.md and godoc
This commit is contained in:
parent
efe8a698d3
commit
3eee78dbe7
3 changed files with 4 additions and 3 deletions
|
|
@ -42,8 +42,8 @@ Now, Please make sure Golang, GCC is installed correctly before installing Robot
|
|||
### ALL:
|
||||
```
|
||||
Golang
|
||||
|
||||
GCC
|
||||
zlib & libpng (bitmap)
|
||||
```
|
||||
#### For Mac OS X:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ QQ 群: 595877611
|
|||
### ALL:
|
||||
```
|
||||
Golang
|
||||
|
||||
GCC
|
||||
```
|
||||
#### For Mac OS X:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
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:
|
||||
https://github.com/go-vgo/robotgo#requirements
|
||||
|
|
@ -63,7 +63,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.46.6.434, Pyrenees Mountains!"
|
||||
version string = "v0.46.6.435, Pyrenees Mountains!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
|||
Loading…
Reference in a new issue