Explain how to keep SwiftFormat on the latest version (#458)

This commit is contained in:
PJ
2019-07-19 08:50:45 +01:00
committed by Nick Lockwood
parent 48c76d9921
commit beee31bf07
+6
View File
@@ -73,6 +73,12 @@ $ brew update
$ brew install swiftformat
```
To update to the latest version once installed:
```bash
$ brew upgrade swiftformat
```
Alternatively, you can install the tool on macOS or Linux by using [Mint](https://github.com/yonaskolb/Mint) as follows:
```bash