aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-02-03 18:14:34 +0800
committerAaron LI <aly@aaronly.me>2023-02-03 18:14:34 +0800
commit322a2a9c25af037738fc6c554a683ebf411e2f37 (patch)
treeb48acc373ff0d70381172b5156ec204cb98b8b21
parent7549fabc4b01d193933577eac99064954669f821 (diff)
downloadresume-322a2a9c25af037738fc6c554a683ebf411e2f37.tar.bz2
README: Add notes on manually installing the fontawesome5 package
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index b95ab4a..c257411 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,22 @@ i.e., the following 3 OTF files are needed:
* `Font Awesome 5 Brands-Regular-400.otf`
</blockquote>
+### Installation
+
+* Linux (Debian 12/bookworm)
+
+ - Method 1: Install the `texlive-fonts-extra` package, but it pulls off
+ lots of fonts and costs ~1.6GB disk space!
+ - Method 2: Manually install the `fontawesome5` package to `~/texmf`
+ with the `tlmgr` (TeX Live Manager) tool:
+ (1) initialize the user tree: `tlmgr --usermode init-usertree`;
+ (2) install the package: `tlmgr --usermode install fontawesome5`.
+
+* Windows (MiKTeX 22.10)
+
+ MiKTeX will auto prompt for the missing package, so just confirm to
+ install it.
+
Required Fonts
--------------
Besides the Font Awesome fonts, this template also requires the following