From 479a89d9bfa7585496bd4a3e4faffac5b01af37f Mon Sep 17 00:00:00 2001 From: John Sundell Date: Sun, 5 Nov 2017 20:14:23 +0100 Subject: [PATCH] README: Recommend using HTTPS to add ShellOut to Marathon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbc5d21..474566d 100644 --- a/README.md +++ b/README.md @@ -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