Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh Grangdan committed Sep 5, 2024
1 parent ad85567 commit fa6d527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ antivirus-update
## Usage

```bash
$ ssm-tui
$ antivirus
```
You can customize the behavior of the utility using the following command-line arguments:
```
$ ssm-tui -h
$ antivirus -h
A command-line utility for scanning directories with ClamAV, updating virus definitions, and sending notifications.
Usage: antivirus [OPTIONS]
Expand All @@ -52,7 +52,7 @@ antivirus --dir /path/to/scan --update Yes --notify "Google Chat"
```

### Environment Variables
- **ANTIVIRUS_WEBHOOK_URLS**:: The environment variable that stores the webhook URLs used for sending notifications. Ensure that this variable is set to the correct URL(s) before running the utility `--notify "Google Chat"` option.
- **ANTIVIRUS_WEBHOOK_URLS**: The environment variable that stores the webhook URLs used for sending notifications. Ensure that this variable is set to the correct URL(s) before running the utility `--notify "Google Chat"` option.

## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes or improvements.

0 comments on commit fa6d527

Please sign in to comment.