diff options
| author | Kyle Javier [kj_sh604] | 2026-02-16 03:06:31 -0500 |
|---|---|---|
| committer | GitHub | 2026-02-16 03:06:31 -0500 |
| commit | 56f77847378fc92fa79b5303ca86ff71b5767c42 (patch) | |
| tree | 34017664c04c2fecb137685a0bdc65ba5d9884ef /README.md | |
| parent | af1eeceecae9667f8ea069f57d2baf508a08e8de (diff) | |
| parent | 1272877be9f9c263273fdd0b2c564ef6bd73afbd (diff) | |
[merge] feat: NimLang Backend Re-write
Diffstat (limited to '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 |
