Skip to content

Commit 479a89d

Browse files
authored
README: Recommend using HTTPS to add ShellOut to Marathon
1 parent 21a20a1 commit 479a89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Don't see what you're looking for in the list above? You can easily define your
101101
### For scripts
102102

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

108108
### For command line tools

0 commit comments

Comments
 (0)