Skip to content

Commit

Permalink
Merge pull request #2704 from FranklinYu/doc/readme
Browse files Browse the repository at this point in the history
Mention MacPorts in README
  • Loading branch information
mdiep committed Feb 17, 2019
2 parents 0c4c649 + c026941 commit 1c3e23a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ There are multiple options for installing Carthage:

* **Homebrew:** You can use [Homebrew](http://brew.sh) and install the `carthage` tool on your system simply by running `brew update` and `brew install carthage`. (note: if you previously installed the binary version of Carthage, you should delete `/Library/Frameworks/CarthageKit.framework`).

* **MacPorts:** You can use [MacPorts](https://www.macports.org/) and install the `carthage` tool on your system simply by running `sudo port selfupdate` and `sudo port install carthage`. (note: if you previously installed the binary version of Carthage, you should delete `/Library/Frameworks/CarthageKit.framework`).

* **From source:** If you’d like to run the latest development version (which may be highly unstable or incompatible), simply clone the `master` branch of the repository, then run `make install`. Requires Xcode 9.4 (Swift 4.1).

## Adding frameworks to an application
Expand Down

0 comments on commit 1c3e23a

Please sign in to comment.