Skip to content

Commit cbd4d77

Browse files
authored
Slightly revise cache documentation remarks
There was a typo.
1 parent 6a6be5b commit cbd4d77

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/getting-started/first-document.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ Tectonic’s “user experience” is substantially different from those engines
135135
We hope that you’ll agree that these changes make for a program that is much
136136
more pleasant to use than the traditional tools.
137137

138+
138139
## Cache
140+
139141
The location of the cache depends on your operating system. You can use the
140142
[V2 Interface][v2cli-ref] to find the exact cache location on your machine
141143
or take a look [at the implementation][user-cache-impl].
142144

143-
We recommend leaving the cache location at the default settings unless you
144-
have good reasons to change it, for example due to constrains within
145-
the environment tectonic is running in.
146-
147-
If you need to change the location of the cache, you can do that by providing
148-
a custom cache location with the environment variable `TECTONIC_CACHE_DIR`.
145+
If you need to change the location of the cache, you can do that by setting
146+
the environment variable `TECTONIC_CACHE_DIR` to the path of a directory.
147+
We recommend leaving the cache location at the default unless there is a
148+
compelling reason to change it.
149149

150150
[v2cli-ref]: ../ref/v2cli.md
151151
[user-cache-impl]: https://docs.rs/tectonic_io_base/latest/tectonic_io_base/app_dirs/fn.ensure_user_cache_dir.html

0 commit comments

Comments
 (0)