chore(clamav): add osx setup tl;dr

This commit is contained in:
Michele Cereda
2025-05-29 01:16:19 +02:00
parent 11656c2d27
commit 11e7649bd3

View File

@@ -7,6 +7,19 @@
## TL;DR
<details>
<summary>Setup</summary>
```sh
brew install 'clamav' \
&& cp '/opt/homebrew/etc/clamav/clamd.conf.sample' '/opt/homebrew/etc/clamav/clamd.conf' \
&& cp '/opt/homebrew/etc/clamav/freshclam.conf.sample' '/opt/homebrew/etc/clamav/freshclam.conf' \
&& sudo chown ':_clamav' '/opt/homebrew/var/lib/clamav' \
&& sudo chmod 'g+w' '/opt/homebrew/var/lib/clamav'
```
</details>
<details>
<summary>Usage</summary>