Skip to content

Commit

Permalink
README: Improve installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Apr 2, 2017
1 parent e36c9ee commit f508353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ do {

## Installation

### In a script
### For scripts

- Install [Marathon](https://github.com/johnsundell/marathon).
- Add ShellOut to Marathon using `$ marathon add [email protected]:JohnSundell/ShellOut.git`.
- Alternatively, add `[email protected]:JohnSundell/ShellOut.git` to your `Marathonfile`.
- Write your script, then run it using `$ marathon run yourScript.swift`.

### In a command line tool
### For command line tools

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

0 comments on commit f508353

Please sign in to comment.