summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-05 01:00:13 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-05 01:41:15 +0200
commitb3faef4b80a674294091066e20501e3a5d0f6103 (patch)
tree0fac232cc0800f584a1ab8dffd2c54a7220ba18d /README.md
parent205b9f3f2513d15406c47273ca035272db515490 (diff)
Bump versionv0.1.0
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
```