docs: update "How to use it with Docker?"

This commit is contained in:
Sina Atalay
2024-12-25 15:57:59 -05:00
parent 2e14492753
commit 75350a953e

View File

@@ -4,3 +4,12 @@
You can use [jsonresume-to-rendercv](https://github.com/guruor/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.
```bash
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.