Skip to content

Commit

Permalink
docs: clarify limitation of using local filesystem for iCal files
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 25, 2024
1 parent 9c09a34 commit c3614a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ url = "git@github.com:yourusername/your-repo.git"

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.
prefer to manage your iCal files locally. Note that using a local filesystem
directory means that only one instance of the daemon can work with the files at
a time.

```toml
[fetcher_filesystem]
Expand Down

0 comments on commit c3614a7

Please sign in to comment.