Skip to content

Commit

Permalink
Add MacPorts install instructions for macOS (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose authored and Daniel15 committed Feb 18, 2017
1 parent 7ac19dc commit 5f06e10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lang/en/docs/_installations/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ brew update
brew install yarn
```

#### MacPorts

You can install Yarn through [MacPorts](https://www.macports.org/).
This will also install Node.js if it is not already installed.

```sh
sudo port install yarn
```

#### Path Setup

{% include_relative _installations/unix_path_setup.md %}

0 comments on commit 5f06e10

Please sign in to comment.