Verified Commit 2919da91 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add README

parent e87af885
Loading
Loading
Loading
Loading

README.md

0 → 100644
+16 −0
Original line number Diff line number Diff line
# Coliverter

The Coliverter converts Markdown files into HTML or PDF files maintaining the fsco.li corporate identity.

## Install

```bash
pip install git+https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter.git
```

Or, if you use `uv`, you should be able to do something like this:

```bash
uv init
uv add git+https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter.git
```