mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-18 22:08:47 -04:00
docs: update "How to use it with Docker?"
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user