From e7acd8e2ceb65c3a3c916b99a0a535ab6660932a Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 9 Nov 2023 18:31:28 -0500 Subject: [PATCH] Remove disclaimer about macOS Pkg not being notarized. It is now --- src/manual/Installing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/manual/Installing.md b/src/manual/Installing.md index 43dfc0c..6567e79 100644 --- a/src/manual/Installing.md +++ b/src/manual/Installing.md @@ -83,8 +83,6 @@ sudo apt remove clamav Beginning with ClamAV 0.104, we offer a PKG installer for macOS. These are universal binaries built for Intel x86_64 and Apple M1 arm64 processors. -> _Disclaimer_: The release materials for 0.104.0-rc2 are not signed or notarized. We are working on adding signing and notarization to our CI processes, but for now you may be unable to use this PKG installer on macOS Big Sur or newer. - To install, download the macOS `.pkg` installer. Double-click the installer and follow the directions. This package installs to `/usr/local/clamav`. This is **not** in the default system `PATH` environment variable. You may wish to add `/usr/local/clamav/bin` and `/usr/local/clamav/sbin` to your `PATH` so you can run the ClamAV programs without entering the full path. To do this add this line to `~/.zshrc`: