mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Change homebrew/dupes/zlib to zlib
Change `homebrew/dupes/zlib` to `zlib` in the MAC OS installation instruction. using `homebrew/dupes/zlib` shows warning of deprecation. Logs - ``` Tapped 0 formulae (30 files, 23.6KB) Warning: Use zlib instead of deprecated homebrew/dupes/zlib ==> Downloading https://homebrew.bintray.com/bottles/zlib-1.2.11.sierra.bottle.t ######################################################################## 100.0% ==> Pouring zlib-1.2.11.sierra.bottle.tar.gz ```
This commit is contained in:
parent
1cd32232a8
commit
a24a3702d7
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ zlib & libpng (bitmap)
|
|||
Xcode Command Line Tools
|
||||
```
|
||||
brew install libpng
|
||||
brew install homebrew/dupes/zlib
|
||||
brew install zlib
|
||||
```
|
||||
#### For Windows:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue