Add Readme

master
Félix Desmaretz 2024-10-08 22:48:30 +02:00
parent de4233c2dc
commit 31b8badb90
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# README
## Installation
- **Archlinux**: `sudo pacman -Sy typst`
- **Debian**:
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt install pkg-config libssl-dev
cargo install --locked typst-cli
```
## Usage
To compile, run `./render.sh`
To modify the content, see `data/` directory.