Skip to content

Commit

Permalink
add a section for installing coreutils on MacOS (#4167)
Browse files Browse the repository at this point in the history
fixes #4166
  • Loading branch information
Takashi Matsuo authored Jun 25, 2020
1 parent 8c57b1f commit 320ed25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AUTHORING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,13 @@ $ ../scripts/run_tests_local.sh . lint
If your test needs a service account, you have to create a service
account and download the JSON key to `testing/service-account.json`.
On MacOS systems, you also need to install `coreutils` to use
`scripts/run_tests_local.sh`. Here is how to install it with `brew`:
```sh
$ brew install coreutils
```
### Google Cloud Storage Resources
Certain samples require integration with Google Cloud Storage (GCS), most
Expand Down

0 comments on commit 320ed25

Please sign in to comment.