Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube authored Nov 20, 2020
1 parent af26edc commit fe786c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Just another docker container for [resume-cli](https://github.com/jsonresume/res

## Getting Started

Save the following as executable script to your PATH (e.g. `~/.local/bin/resume-cli`):
Save the following with `[VERSION]` replaced as executable script to your PATH (e.g. `~/.local/bin/resume-cli`):
```sh
#!/bin/sh

docker run --init --rm -p 4000:4000 -u $(id -u):$(id -g) -v "$(pwd):/work" -it rsteube/jsonresume-headless $@
docker run --init --rm -p 4000:4000 -u $(id -u):$(id -g) -v "$(pwd):/work" -it rsteube/jsonresume-headless:[VERSION] $@
```

then use just as if native:
Expand Down

0 comments on commit fe786c8

Please sign in to comment.