From 20084a41b37c2a2d5e9e4375eac631c2644a3c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 29 Jan 2020 09:45:51 +0100 Subject: [PATCH] Add launchctl command to Readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index ae0bcae..4e15c34 100644 --- a/Readme.md +++ b/Readme.md @@ -62,6 +62,8 @@ You may also want to adjust the locations of the logs. ``` +Once you have written the file, you can enable to run automatically by doing: `launchctl load org.ooni.probe.cli.plist`. + ## Development setup Be sure you have golang >= 1.13. We use golang modules. Run