Commit fb10a8ea69ce25038f9f18d7043440f3cd1ca396

Authored by Perry Werneck
2 parents 1cb42253 b7ff1ffc
Exists in master and in 2 other branches develop, macos

Merge branch 'macos' of github.com:PerryWerneck/lib3270 into macos

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
README.md
... ... @@ -7,7 +7,6 @@ See more details at https://softwarepublico.gov.br/social/pw3270/
7 7  
8 8 [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
9 9 ![CodeQL](https://github.com/PerryWerneck/lib3270/workflows/CodeQL/badge.svg)
10   -![Analytics](https://ga-beacon.appspot.com/UA-35100728-2/github//lib3270)
11 10 ![Downloads](https://img.shields.io/github/downloads/PerryWerneck/lib3270/total.svg)
12 11  
13 12 Installation repositories
... ... @@ -142,6 +141,8 @@ Building for macOS
142 141 Using homebrew
143 142 --------------
144 143  
  144 +Install
  145 +
145 146 1. Install [homebrew](https://brew.sh/)
146 147  
147 148 2. Install dependencies
... ... @@ -164,7 +165,7 @@ Using homebrew
164 165 brew link lib3270
165 166 ```
166 167  
167   -To uninstall
  168 +Uninstall
168 169  
169 170 ```shell
170 171 brew unlink lib3270
... ...