chaosevents/README.md

22 lines
363 B
Markdown
Raw Permalink Normal View History

2023-06-13 12:30:20 +02:00
# Chaos Events
This repository contains code that generates the [Chaos Events Website](https://chaosevents.clerie.de).
If fetches an ICS from a URL and generates html files that get placed in a specified directory.
## Use with pip
```
pip install .
```
```
chaosevents path/to/out/directory
```
## Use with flake
```
nix run . -- path/to/out/directory
```