Mention YARN_BINARY in documentation (#2851)

This commit is contained in:
antecrescent 2023-11-27 02:50:23 +01:00 committed by GitHub
parent bad9de66a3
commit 9292ec80fe

View file

@ -77,7 +77,7 @@ There are a few things to be aware of:
## Packaging considerations
Python, node and protoc are downloaded as part of the build. You can optionally define
PYTHON_BINARY, NODE_BINARY and/or PROTOC_BINARY to use locally-installed versions instead.
PYTHON_BINARY, NODE_BINARY, YARN_BINARY and/or PROTOC_BINARY to use locally-installed versions instead.
If rust-toolchain.toml is removed, newer Rust versions can be used. Older versions
may or may not compile the code.