aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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'`