From e57654eb3c2fa33dcc4151ed5b47e28430f4f13d Mon Sep 17 00:00:00 2001 From: whatacold Date: Sat, 6 Apr 2019 14:32:22 +0800 Subject: [PATCH] Make Usage section a bit more straight-forward. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d90e50a..d227241 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,14 @@ You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (recomm #### Usage -At a command prompt, run +At a command prompt, run (note that ``$`` is shell prompt) ```bash -$ xelatex {your-cv}.tex +$ cd examples/ +$ xelatex cv.tex ``` -This should result in the creation of ``{your-cv}.pdf`` - +This should result in the creation of ``cv.pdf``, substitute ``cv.tex`` with ``{your-cv}.tex`` in the above command. ## Credit