Update README.md with brew (#72)

master
Ivan 3 years ago committed by GitHub
parent d838e78eee
commit e7f6d0e997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,9 +41,17 @@ cd smug
go install go install
``` ```
### MacPorts (macOS) ### macOS
On macOS, you can install Smug using [MacPorts](https://www.macports.org). Once MacPorts is installed, simply issue the following commands: On macOS, you can install Smug using [MacPorts](https://www.macports.org) or [Homebrew](https://brew.sh).
### Homebrew
```bash
brew install smug
```
#### MacPorts
```bash ```bash
sudo port selfupdate sudo port selfupdate

Loading…
Cancel
Save