Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspwr committed May 21, 2023
1 parent 3effde9 commit f49c76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ use graphicx, [utf8]inputenc
|__Other__| Download the latest release from the [releases page](https://github.com/jaspwr/LiA/releases). There is currently no installer so you will need to add the directory to your path manually. |
# Usage
```bash
lia file.lia -w
lia file.lia -w --pdflatex
```
* Run `lia --help` for more information on usage.
* The `-w` flag will tell the compiler to watch the file for changes and recompile it.
* The `--pdflatex` flag runs `pdflatex` on the outputted TeX file.
# Building
Requires [Rust](https://www.rust-lang.org/tools/install) to be installed.
```bash
Expand Down

0 comments on commit f49c76e

Please sign in to comment.