From f5083535044cf5234f641aa9c072bbb3f1704d3f Mon Sep 17 00:00:00 2001 From: John Sundell Date: Sun, 2 Apr 2017 18:32:38 +0200 Subject: [PATCH] README: Improve installation section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a690a31..b959b66 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:JohnSundell/ShellOut.git`. - Alternatively, add `git@github.com: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`.