From 9a67c10556617acd377f461736c0ab2d960b1b40 Mon Sep 17 00:00:00 2001 From: ArmandMeppa Date: Sun, 1 Sep 2024 23:00:12 +0100 Subject: [PATCH] doc: initialize README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7906035 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Wazuh Agent Setup + +[![Docker Testing](https://github.com/ADORSYS-GIS/wazuh-agent/actions/workflows/test-script.yml/badge.svg)](https://github.com/ADORSYS-GIS/wazuh-agent/actions/workflows/test-script.yml) + +This script automates the installation and setup of the Wazuh agent along with necessary dependencies and additional tools: **Yara** and **Snort** + +## Supported Operating Systems +- **Ubuntu** +- **MacOS** (Only with Intel chip) + + +## Installation +To run the script and install all these components, use the following command: +```bash +curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main/scripts/setup-agent.sh | sh +```