docs: update readme

This commit is contained in:
Cotes Chung
2022-03-03 23:04:58 +08:00
parent d1d2ec17c8
commit 8904c4532d

View File

@ -8,10 +8,9 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
- If you want to use these assets only in local development:
Go to the root of your site and clone the assets as follows.
Go to the root of your site and clone the assets as follows:
```console
$ cd assets/lib
$ git submodule init
$ git submodule update
```