Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Update README.md for Homebrew #124

Merged
merged 1 commit into from
Aug 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,20 @@ $ echo "https://github.com/JohnSundell/Files.git" > Marathonfile

### On macOS

Using Make:
Using Homebrew:
```sh
brew install marathon-swift
```

Using Make:
```sh
$ git clone https://github.com/JohnSundell/Marathon.git
$ cd Marathon
$ make
```

Using the Swift Package Manager:
```
```sh
$ git clone https://github.com/JohnSundell/Marathon.git
$ cd Marathon
$ swift build -c release -Xswiftc -static-stdlib
Expand All @@ -125,7 +130,7 @@ $ cp -f .build/release/Marathon /usr/local/bin/marathon

### On Linux

```
```sh
$ git clone https://github.com/JohnSundell/Marathon.git
$ cd Marathon
$ swift build -c release
Expand Down