aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-02-03 18:17:50 +0800
committerAaron LI <aly@aaronly.me>2023-02-03 18:17:50 +0800
commit427c0ac7098ef41fec58390ad9bfa761f865ef2e (patch)
treefce6090520b2afeb213f9a5bbe4b45f1b3430d7b
parent322a2a9c25af037738fc6c554a683ebf411e2f37 (diff)
downloadresume-427c0ac7098ef41fec58390ad9bfa761f865ef2e.tar.bz2
README: Update usage after switching the fontawesome5 package
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index c257411..167ca9b 100644
--- a/README.md
+++ b/README.md
@@ -18,21 +18,16 @@ Usage
* Linux
1. Install XeLaTeX, latexmk, GNU Make, and GhostScript packages;
- 2. Install [Font Awesome 5](#font-awesome-5) and
- other [required fonts](#required-fonts);
+ 2. Install the [required fonts](#required-fonts);
3. Replace `resume-zh.tex` and `resume-en.tex` with your versions;
4. Compile to PDFs with a simple `make` :-)
* Windows
1. Install [MiKTeX](https://miktex.org/);
- 2. Install [Font Awesome 5](#font-awesome-5) and
- other [required fonts](#required-fonts);
- 3. Copy `fontawesome5/fontawesome5.sty` to the current directory
- (i.e., the same directory as `resume.cls` and `resume-*.tex`)
- so that it can be auto found;
- 4. Replace `resume-zh.tex` and `resume-en.tex` with your versions;
- 5. Open `resume-*.tex` in TeXWorks, choose `XeLaTeX` to compile,
+ 2. Install the [required fonts](#required-fonts);
+ 3. Replace `resume-zh.tex` and `resume-en.tex` with your versions;
+ 4. Open `resume-*.tex` in TeXWorks, choose `XeLaTeX` to compile,
and confirm the prompts to install the missing packages along
the run.