summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71e55816..343018b1 100644
--- a/README.md
+++ b/README.md
@@ -137,12 +137,13 @@ compilation.
typst watch file.typ
```
-You can also add custom font paths for your project and list all of the discovered fonts:
+Typst further allows you to add custom font paths for your project and list all
+of the fonts it discovered:
```sh
# Adds additional directories to search for fonts.
typst --font-path path/to/fonts compile file.typ
-# Lists all of the discovered fonts.
+# Lists all of the discovered fonts in the system and the given directory.
typst --font-path path/to/fonts fonts
```