Skip to content

Commit

Permalink
chore: Update Readme and remove unnessesary sudo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 7, 2023
1 parent 79def60 commit b043b95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# resume
# Resume

![Rishi Kumar's Resume](Rishi_Kumar_Resume.png)

### To use Docker to create the pdf artifacts.
### You can use Docker to generate artifacts without installing anything on your system!

````
~ make docker
$ make docker
````

* This will generate your Resume's pdf and png files after compilation in the repository's root.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ clean:
rm -rf Rishi_Kumar_Resume.pdf

docker: Dockerfile resume.cls Rishi_Kumar_Resume.tex
DOCKER_BUILDKIT=1 sudo docker build -o ./ .
DOCKER_BUILDKIT=1 docker build -o ./ .

0 comments on commit b043b95

Please sign in to comment.