Skip to content

Commit

Permalink
doc: initialize README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Sep 1, 2024
1 parent 46a5074 commit 9a67c10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 9a67c10

Please sign in to comment.