Files
rendercv/docs
Sina Atalay 4206be2593 Fix Docker command in docs to avoid permission issues and leftover containers
- Add `--rm` to auto-remove containers after exit
- Add `-u $(id -u):$(id -g)` to run as host user (fixes PermissionError on Linux
  where container's UID 999 doesn't match host user)
- Add `-e HOME=/tmp` so Typst can create its package cache when running as an
  arbitrary UID (without this, `rendercv render` fails)
- Update both user guide and developer guide docs
2026-03-21 02:30:55 +03:00
..
2026-03-02 20:30:23 +03:00
2026-03-06 18:35:10 +03:00
2025-12-22 17:04:50 +03:00
2026-03-20 21:16:54 +03:00