From c36a5bdf087e29ce1153b7914737ca007c4ee299 Mon Sep 17 00:00:00 2001 From: astewart43-gtri <62766475+astewart43-gtri@users.noreply.github.com> Date: Sun, 21 Jun 2020 20:38:23 -0400 Subject: [PATCH] Update README.md (#280) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc7a768..f0f249f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ carthage bootstrap ``` \* This project uses primarily SPM as dependecy manager. Carthage is used temporarily as [fallback for some dependencies](https://github.com/Co-Epi/app-ios/wiki/Architecture) +- Install [swiftLint](https://github.com/realm/SwiftLint/releases) +- Brew install available +``` ruby +brew install swiftlint +``` + ## Core The core (domain logic, networking, etc.) of this app is written in Rust and can be found [here](https://github.com/Co-Epi/app-backend-rust). It's used as a normal dependency, via Carthage, so you don't need additional setup.