mac readme: typo

This commit is contained in:
Hylke Bons 2018-01-13 19:25:05 +00:00 committed by GitHub
parent e93b27d3e2
commit a6d1663642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ You can build SparkleShare from source or download the SparkleShare bundle.
Install [Visual Studio](https://www.visualstudio.com/vs/visual-studio-mac/).
For building the distribution release, where Mono libraries are merged into SparkleShare, we need
the packes <tt>autoconf</tt> and <tt>pkg-config</tt>. You can install these in several ways, here's how it's done using [Homebrew](http://brew.sh/):
the `autoconf` and `pkg-config`. You can install these in several ways, here's how it's done using [Homebrew](https://brew.sh/):
```bash
brew install autoconf automake libtool pkg-config