mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-09 10:21:08 -04:00
621 B
621 B
Frequently Asked Questions (FAQ)
How to use it with JSON Resume?
You can use jsonresume-to-rendercv to convert your JSON Resume file to a RenderCV input file.
How to use it with Docker?
If you have Docker installed, you can use RenderCV without installing anything else. Run the command below to open a Docker container with RenderCV installed.
docker run -it -v ./rendercv:/rendercv docker.io/rendercv/rendercv:latest
Then, you can use RenderCV CLI as if it were installed on your machine. The files will be saved in the rendercv directory.