aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-05-08 09:49:35 +0800
committerAaron LI <aly@aaronly.me>2019-05-08 09:49:35 +0800
commitb0f38572dc94078848ed393bb7c8364c3594e43e (patch)
treec673be9d6697f7e6e7de6e0e534e8dbdd6c821fb
parent319b1d736933edb582c5c1f698428da080980c1c (diff)
downloadresume-b0f38572dc94078848ed393bb7c8364c3594e43e.tar.bz2
README: Add "-p" option to "mkdir"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cc806b..8162ce9 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ then execute `fc-cache -f` to refresh the font cache, done.
Take the *Font Awesome* font family as an example:
-1. `mkdir ~/.local/share/fonts/FontAwesome`
+1. `mkdir -p ~/.local/share/fonts/FontAwesome`
2. `cp <font-awesome-otf-files> ~/.local/share/fonts/FontAwesome/`
3. `fc-cache -fv`
4. check the fonts correctly installed: `fc-list | grep 'FontAwesome'`