Skip to content

Commit

Permalink
README: Update SPM installation instructions for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 5, 2017
1 parent 479a89d commit 34d979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ Don't see what you're looking for in the list above? You can easily define your

### For command line tools

- Add `.Package(url: "https://github.com/JohnSundell/ShellOut.git", majorVersion: 1)` to your `Package.swift` file.
- Add `.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.0.0")` to your `Package.swift` file's `dependencies`.
- Update your packages using `$ swift package update`.

## Help, feedback or suggestions?
Expand Down

0 comments on commit 34d979f

Please sign in to comment.