Skip to content

Commit

Permalink
Add GNU diffutils to the list of build prereqs
Browse files Browse the repository at this point in the history
I'm not sure it's required, but it seems wise to match the change in flutter/website#3916.
  • Loading branch information
kwalrath authored Apr 7, 2020
1 parent 1ab97b0 commit 3b45e49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Install the following tools if you don't have them already.
- **[nvm][]**, the Node Version Manager.
- **[rvm][]**, the Ruby Version Manager.
- **[Dart][]**
- **[GNU diffutils][]** version 3.6 or later.
> NOTE: `diff` v3.6+ is required to ensure that in-page code diffs are
> consistently refreshed across macOS and Linux.
> To upgrade `diffutils` on macOS run:<br>
> `brew install diffutils`
> IMPORTANT: Follow the installation instructions for each of the tools
carefully. In particular, configure your shell/environment so
Expand Down Expand Up @@ -249,6 +254,7 @@ See the [Troubleshooting wiki page].
[Firebase]: https://firebase.google.com/
[first-timers SVG]: https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square
[first-timers]: https://www.firsttimersonly.com/
[GNU diffutils]: https://www.gnu.org/software/diffutils
[Jekyll]: https://jekyllrb.com/
[nvm]: https://github.com/creationix/nvm#installation
[Repo on Travis]: https://travis-ci.org/dart-lang/site-www
Expand Down

0 comments on commit 3b45e49

Please sign in to comment.