From b0f38572dc94078848ed393bb7c8364c3594e43e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 8 May 2019 09:49:35 +0800 Subject: README: Add "-p" option to "mkdir" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~/.local/share/fonts/FontAwesome/` 3. `fc-cache -fv` 4. check the fonts correctly installed: `fc-list | grep 'FontAwesome'` -- cgit v1.2.2