diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-08 09:49:35 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-08 09:49:35 +0800 |
commit | b0f38572dc94078848ed393bb7c8364c3594e43e (patch) | |
tree | c673be9d6697f7e6e7de6e0e534e8dbdd6c821fb /README.md | |
parent | 319b1d736933edb582c5c1f698428da080980c1c (diff) | |
download | resume-b0f38572dc94078848ed393bb7c8364c3594e43e.tar.bz2 |
README: Add "-p" option to "mkdir"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'` |