From ee265359b9b248eb19084314ba4430c45bbe3b7d Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Feb 2026 02:32:47 -0500 Subject: refactor: README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 40f8f4d..b06e89e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ a simple and crappy web app that converts markdown to pdf using pandoc and luala ## requirements -- python 3.10+ +- nim 1.6+ - pandoc - lualatex @@ -29,10 +29,8 @@ a simple and crappy web app that converts markdown to pdf using pandoc and luala ```bash cd src/ -python -m venv .venv -source .venv/bin/activate -pip install -r requirements.txt -python app.py +nim c -d:release -o:likha-pdf app.nim +./likha-pdf ``` ### docker -- cgit v1.2.3