-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Improve installation section
- Loading branch information
1 parent
e36c9ee
commit f508353
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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`. | ||
|