diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 627c78c9c..7b0150b83 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -65,6 +65,14 @@ Start InfluxDB by running the `influxd` daemon: ```bash influxd ``` +{{% warn %}} +#### Influxd cannot be opened because the developer cannot be verified. +With the latest release of MacOS Catalina some binaries cannot be run without first +being authorized. To allow these files to run open Spotlight search (⌘ + space) and +type "Security". Open the Security & Privacy panel and click "Allow Anyway". +Next time you run influxd you will be prompted to click "Open" and Influxd will run. +This will be resolved soon. +{{% /warn %}} _See the [`influxd` documentation](/v2.0/reference/cli/influxd) for information about available flags and options._