File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ Install the following tools if you don't have them already.
25
25
- ** [ rvm] [ ] ** , the Ruby Version Manager.
26
26
- ** [ Flutter] [ Flutter install ] **
27
27
- ** [ Dart SDK] [ Dart install ] **
28
+ - ** [ GNU diffutils] [ ] ** version 3.6 or later.
29
+ > NOTE: ` diff ` v3.6+ is required to ensure that in-page code diffs are
30
+ > consistently refreshed across macOS and Linux. [ Issue #3076 ] [ ] was due to
31
+ > the default macOS ` diff ` being at v2.x -- to up upgrade ` diffutils ` run:<br >
32
+ > ` brew install diffutils ` .
33
+ >
34
+ > [ issue #3076 ] : https://github.com/flutter/website/issues/3076
28
35
29
36
> IMPORTANT: Follow the installation instructions for each of the tools
30
37
carefully. In particular, configure your shell/environment so
@@ -231,6 +238,7 @@ Also check out the site-shared
231
238
[ Firebase ] : https://firebase.google.com/
232
239
[ first-timers SVG ] : https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square
233
240
[ first-timers ] : https://www.firsttimersonly.com/
241
+ [ GNU diffutils ] : https://www.gnu.org/software/diffutils
234
242
[ DartPad embedding guide ] : https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide
235
243
[ Jekyll ] : https://jekyllrb.com/
236
244
[ nvm ] : https://github.com/creationix/nvm#installation
You can’t perform that action at this time.
0 commit comments