From f9654b2da26ed6d4f71b785cfb683d09ed7a3aa3 Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Fri, 24 May 2019 11:11:07 +0200 Subject: [PATCH] Add note to README about fsevents on macOS (#344) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7d69d572..fab3f5026 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Try out the [latest release](https://coli-conc.gbv.de/cocoda/), the [current dev git clone https://github.com/gbv/cocoda.git cd cocoda npm install +# If developing on macOS, it is recommended to install fsevents: npm i --no-save fsevents ``` ## Usage