Update README.

This commit is contained in:
Nick Hepler 2024-10-22 21:26:23 -04:00
parent 7509d13931
commit f56e70f784

View File

@ -19,18 +19,18 @@ Before using the script, you need to set the following configuration variables:
- `MESSAGE`: The content of the notification you want to send.
- `LOG_FILE`: The file where the logs will be stored. The default is `gotify_notifications.log`.
- `LOG_FILE`: The file where the logs will be stored. The default is `gotifyer.log`.
## Usage
1. Clone or download the script to your local machine.
2. Open the script in a text editor and replace the configuration variables with your own values.
3. Make the script executable:
```bash
chmod +x gotify_notification.sh
chmod +x gotifyer.sh
```
4. Run the script:
```bash
./gotify_notification.sh
./gotifyer.sh
```
## How It Works