Skip to content

Commit

Permalink
README: Recommend using HTTPS to add ShellOut to Marathon
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell authored Nov 5, 2017
1 parent 21a20a1 commit 479a89d
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 @@ -101,8 +101,8 @@ Don't see what you're looking for in the list above? You can easily define your
### For scripts

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

### For command line tools
Expand Down

0 comments on commit 479a89d

Please sign in to comment.