Skip to content

Commit

Permalink
README: Replace macOS heading with Homebrew
Browse files Browse the repository at this point in the history
Per @jasonkarns's comment in sstephenson#104, it makes more sense to highlight
Homebrew versus macOS, since Homebrew isn't the only method available on
macOS.
  • Loading branch information
Bland, Mike committed Jun 14, 2018
1 parent 4ca2dc5 commit 92de590
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commit [0360811][]. It was created via `git clone --bare` and `git push

- [Installation](#installation)
- [Supported Bash versions](#supported-bash-versions)
- [macOS](#macos)
- [Homebrew](#homebrew)
- [npm](#npm)
- [Installing Bats from source](#installing-bats-from-source)
- [Running Bats in Docker](#running-bats-in-docker)
Expand Down Expand Up @@ -96,9 +96,10 @@ work on without issues.
- MSYS2
- Cygwin

### macOS
### Homebrew

Install [Homebrew](https://brew.sh/) if you haven't already, then run:
On macOS, you can install [Homebrew](https://brew.sh/) if you haven't already,
then run:

```bash
$ brew install bats-core
Expand All @@ -112,8 +113,8 @@ You can install the [Bats npm package](https://www.npmjs.com/package/bats) via:
# To install globally:
$ npm install -g bats
# To install into your project and save it as a "devDependency" in your
# package.json:
# To install into your project and save it as one of the "devDependencies" in
# your package.json:
$ npm install --save-dev bats
```

Expand Down

0 comments on commit 92de590

Please sign in to comment.