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

Commit

Permalink
README: Add suggestion to use sudo in case installation fails
Browse files Browse the repository at this point in the history
Not all users have write permissions to /usr/local/bin
  • Loading branch information
JohnSundell committed Apr 4, 2017
1 parent ecb37c9 commit 7c353d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $ swift build -c release -Xswiftc -static-stdlib
$ cp -f .build/release/Marathon /usr/local/bin/marathon
```

If you encounter a permissions failure while installing, you may need to prepend `sudo` to the commands.
To update Marathon, simply repeat any of the above two series of commands, except cloning the repo.

## Requirements
Expand Down

0 comments on commit 7c353d4

Please sign in to comment.