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

Commit

Permalink
docs: macOS & Linux sections in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nysos3 authored Feb 23, 2019
1 parent 58ec87f commit 6ebfdc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ It is entirely possible that you may not need this step. For more information, s
npm install -g --production windows-build-tools
```

#### macOS
Honestly, as far as I'm aware this tool should work out of the box. If you run into issues running or installing this tool on macOS, please [open an issue](https://github.com/nysos3/airforsteam-cli/issues) and provide details so that I may update this readme.

#### Linux
On Linux, you also may need to install the libfontconfig-dev package, for example:
```bash
sudo apt-get install libfontconfig-dev
```

## Install
```bash
npm i -g airforsteam
Expand Down

0 comments on commit 6ebfdc7

Please sign in to comment.