Skip to content

Commit

Permalink
Fix incorrect shell command in README (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored Oct 26, 2023
1 parent 4c8386a commit 8dc0e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ fi
or you can create a symbolic link in `/usr/local/bin` pointing to the actual binary:
```bash
ln -s /opt/homebrew/bin/swiftlint /usr/local/bin/swiftlint
ln -s /opt/homebrew/bin/swiftformat /usr/local/bin/swiftformat
```
Swift Package Manager plugin
Expand Down

0 comments on commit 8dc0e85

Please sign in to comment.