Update README.md and CHANGELOG.md

This commit is contained in:
Yuya Tanaka 2016-04-06 20:37:51 +09:00
parent 98c95a2143
commit bc71bf7ea0
2 changed files with 23 additions and 4 deletions

View file

@ -1,6 +1,19 @@
Change Log
==========
Version 0.1.2
----------------------------
- Fixed bug that saving non-swift file runs autocorrect.
- Set working directory to where workspace (or project) file is placed.
Version 0.1.1
----------------------------
- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode
Version 0.1.0
----------------------------

View file

@ -11,11 +11,17 @@ Runs `swiftlint autocorrect --path CURRENT_FILE` before \*.swift file is saved.
INSTALLATION
------------
```bash
# This plugin does not bundle swiftlint binary.
# Please ensure swiftlint is on PATH.
brew update && brew install swiftlint
Then install via [Alcatraz](https://github.com/alcatraz/Alcatraz).
This plugin does not bundle swiftlint binary. Please ensure swiftlint is on PATH.
```bash
brew update && brew install swiftlint
```
### Manual installation
```bash
git clone https://github.com/ypresto/SwiftLintXcode
cd SwiftLintXcode
# Build and install.