From 42d0a730c8df88a1aebe6d07d8360cdbf3c62461 Mon Sep 17 00:00:00 2001 From: Xiangrong Hao <falood@gmail.com> Date: Thu, 18 Apr 2019 14:20:01 -0700 Subject: [PATCH] updated readme for macos 10.14 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65da32f..e0d1b34 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ A file change watcher wrapper based on [fs](https://github.com/synrc/fs) - Linux, FreeBSD and OpenBSD inotify - Windows inotify-win -NOTE: On Linux, FreeBSD and OpenBSD you need to install inotify-tools. +NOTE: + + On Linux, FreeBSD and OpenBSD you need to install inotify-tools. + On Macos 10.14, you need run `open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg` to compile `mac_listener`. ## Usage -- GitLab