From e37995f28dfa72b7060a9ebd4e703e145d1db58f Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Mon, 22 Mar 2021 17:52:07 -0700 Subject: [PATCH] Fix documentation formatting for macOS persistence (#9) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c9910647c4..df9e5d1953 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,7 @@ Orbit, like standalone osquery, is typically deployed via OS-specific packages. ### Packaging support -- **macOS** - `.pkg` package generation with (optional) [Notarization](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution) and codesigning. -- Persistence via `launchd`. +- **macOS** - `.pkg` package generation with (optional) [Notarization](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution) and codesigning - Persistence via `launchd`. - **Linux** - `.deb` (Debian, Ubuntu, etc.) & `.rpm` (RHEL, CentOS, etc.) package generation - Persistence via `systemd`.