Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-k committed Nov 19, 2024
1 parent 9cfddb1 commit 556ecd8
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ It's recommended to use `pipx` to install Fetchtastic in an isolated environment
pipx install fetchtastic
```

#### Install with pip

Alternatively, you can install Fetchtastic using pip:

```bash
pip install fetchtastic
```

## Usage

### Setup Process
Expand Down Expand Up @@ -116,9 +108,9 @@ You can manually edit the configuration file to change the settings.

During setup, you have the option to add a cron job that runs Fetchtastic daily at 3 AM.

#### Termux
#### Termux/Linux/Mac OS

The setup process will configure the cron job using Termux's cron implementation.
The setup process will configure the cron job using the system's cron implementation.

To modify the cron job, you can run:

Expand All @@ -134,16 +126,6 @@ You can schedule Fetchtastic to run automatically using the Task Scheduler.
2. Create a new **Basic Task**.
3. Set the action to **Start a program** and enter `fetchtastic download`.

#### macOS/Linux

The setup process will configure the cron job using the system's cron scheduler.

To modify the cron job, you can run:

```bash
crontab -e
```

### Notifications via NTFY

If you choose to set up notifications, Fetchtastic will send updates to your specified NTFY topic.
Expand Down

0 comments on commit 556ecd8

Please sign in to comment.