Skip to content

Commit

Permalink
Merge pull request yarnpkg#137 from clentfort/patch-1
Browse files Browse the repository at this point in the history
Add section about installing yarn on Arch Linux.
  • Loading branch information
cpojer committed Oct 12, 2016
2 parents 82b8957 + a339a29 commit 077ed9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions en/docs/_installations/linux.md
Expand Up @@ -33,3 +33,12 @@ Then you can simply:
```sh
sudo yum install yarn
```

### Arch Linux

On Arch Linux yarn can be installed through the **AUR**.

If you use an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) such as yaourt you can simply run:
```sh
yaourt -S yarn
```

0 comments on commit 077ed9a

Please sign in to comment.