Skip to content

Commit 69d6a70

Browse files
DekkonotCorecii
andauthored
Specify that env var points to file, not dir
Co-authored-by: Shae <[email protected]>
1 parent f8c833f commit 69d6a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbx_reflection_database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This crate will load a reflection database from the file system if one exists in
2020
| MacOS | `$HOME/Library/Application Support/.rbxreflection/database.msgpack` |
2121
| Linux | `$HOME/.rbxreflection/database.msgpack` |
2222

23-
Additionally, a location override may be specified via the `RBX_DATABASE` environmental variable.
23+
Additionally, a location override may be specified via the `RBX_DATABASE` environmental variable. The `RBX_DATABASE` variable points to the override `database.msgpack` file, _not_ to an override `.rbxreflection` directory.
2424

2525
Both the default `database.msgpack` files and any files pointed to by `RBX_DATABASE` must be valid MessagePack serializations of a [`ReflectionDatabase`][ReflectionDatabase] if they're present.
2626

0 commit comments

Comments
 (0)