mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update README.md
This commit is contained in:
parent
871fe1e9cf
commit
10cf69cd93
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ zlib & libpng (bitmap)
|
|||
Xcode Command Line Tools
|
||||
```
|
||||
brew install libpng
|
||||
brew install homebrew/dupes/zlib
|
||||
brew install zlib
|
||||
```
|
||||
#### For Windows:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.46.6.407, Pyrenees Mountains!"
|
||||
version string = "v0.46.6.413, Pyrenees Mountains!"
|
||||
)
|
||||
|
||||
// GetVersion get version
|
||||
|
|
|
|||
Loading…
Reference in a new issue