diff --git a/README.md b/README.md index 632b51a..647b28c 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,21 @@ Golang GCC zlib & libpng (bitmap) ``` -###For Mac OS X: +####For Mac OS X: Xcode Command Line Tools ``` brew install libpng brew install homebrew/dupes/zlib ``` -###For Windows: +####For Windows: ``` MinGW or other GCC ``` -####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32) +#####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32) -####[Download include zlib&libpng Windows64 GCC](https://github.com/go-vgo/Mingw) +#####[Download include zlib&libpng Windows64 GCC](https://github.com/go-vgo/Mingw) -###For everything else: +####For everything else: ``` GCC @@ -64,7 +64,7 @@ Event: xcb,xkb,libxkbcommon ``` -####Ubuntu: +#####Ubuntu: ```yml sudo apt-get install libx11-dev diff --git a/README_zh.md b/README_zh.md index 437ed0b..178b641 100644 --- a/README_zh.md +++ b/README_zh.md @@ -31,7 +31,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11). 请在安装RobotGo之前,确保Golang、GCC、zlib和libpng被正确安装 -####ALL: +###ALL: ``` Golang GCC