Skip to content

Commit

Permalink
docs: reorganize README.md for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 25, 2024
1 parent 3f65350 commit 9c09a34
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,20 @@ private_key_path = "/path/to/ssh/key"
url = "git@github.com:yourusername/your-repo.git"
```

For instructions on managing and creating iCal files, see the [Managing iCal Files](ical.md#managing-ical-files) section.

# Managing iCal Files

For instructions on managing iCal files, see the [Managing iCal Files](ical.md) section.

### Local Filesystem

Alternatively, you can specify a path to a local filesystem directory containing your iCal files. This method is useful for testing or when you prefer to manage your iCal files locally.

Example configuration in `icalgit.toml`:
Alternatively, you can specify a path to a local filesystem directory
containing your iCal files. This method is useful for testing or when you
prefer to manage your iCal files locally.

```toml
[fetcher_filesystem]
directory = "/path/to/local/ical/files"
```

# Managing iCal Files

For instructions on managing iCal files, see the [Managing iCal Files](ical.md) section.


# Command line options


Expand Down

0 comments on commit 9c09a34

Please sign in to comment.