Add Readme
parent
de4233c2dc
commit
31b8badb90
|
|
@ -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.
|
||||
Loading…
Reference in New Issue