Skip to content

Commit

Permalink
fix: missing make and other latex package
Browse files Browse the repository at this point in the history
  • Loading branch information
Supan Adit Pratama committed Sep 26, 2024
1 parent cd02274 commit 3338e43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@ Or using docker:

```bash
# Docker Hub
docker run --rm --user $(id -u):$(id -g) -i -w "/tex" -v "$PWD":/tex supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm --user $(id -u):$(id -g) -i -w "/tex" -v "$PWD":/tex supanadit/docker-texlive:0.0.2-awesome-cv.2 make
# Direct from git.supanadit.com
docker run --rm --user $(id -u):$(id -g) -i -w "/tex" -v "$PWD":/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm --user $(id -u):$(id -g) -i -w "/tex" -v "$PWD":/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.2 make
```

##### Windows

```bash
# Powershell ( Docker Hub )
docker run --rm -i -w "/tex" -v ${PWD}:/tex supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm -i -w "/tex" -v ${PWD}:/tex supanadit/docker-texlive:0.0.2-awesome-cv.2 make
# Powershell ( Direct from git.supanadit.com )
docker run --rm -i -w "/tex" -v ${PWD}:/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm -i -w "/tex" -v ${PWD}:/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.2 make

# Powershell ( Docker Hub )
docker run --rm -it -w "/tex" -v %cd%:/tex supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm -it -w "/tex" -v %cd%:/tex supanadit/docker-texlive:0.0.2-awesome-cv.2 make
# CMD ( Direct from git.supanadit.com )
docker run --rm -it -w "/tex" -v %cd%:/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.1 make
docker run --rm -it -w "/tex" -v %cd%:/tex git.supanadit.com/supanadit/docker-texlive:0.0.2-awesome-cv.2 make
```

In either case, this should result in the creation of `{your-cv}.pdf`
Expand Down

0 comments on commit 3338e43

Please sign in to comment.