Update README.md

This commit is contained in:
Jesse Squires 2020-01-27 16:13:37 -08:00 committed by GitHub
parent 35998e3d60
commit 07d895fc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,9 @@ These must be copied to new repositories, and updated with project-specific deta
### Scripts
- `lint.sh`, swift lint script
- `build_docs.sh`, jazzy docs script
- `lint.sh`: run [SwiftLint](https://github.com/realm/SwiftLint). Add build phase script in Xcode project: `"${SRCROOT}/scripts/lint.sh"`
- `build_docs.sh`: run [Jazzy](https://github.com/realm/jazzy) doc generation.
### Templates