diff options
| author | kj_sh604 | 2026-02-16 02:32:47 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-16 02:32:47 -0500 |
| commit | ee265359b9b248eb19084314ba4430c45bbe3b7d (patch) | |
| tree | 4ca5644ba9520c210069d178cbe9e43ef713a26d | |
| parent | e453d888996c6d834c212b3a84bf64eaa39e2daf (diff) | |
refactor: README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |
