Mention YARN_BINARY in documentation (#2851)

This commit is contained in:
antecrescent 2023-11-27 02:50:23 +01:00 committed by GitHub
parent 42145e8312
commit ecd4c3f172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ There are a few things to be aware of:
## Packaging considerations ## Packaging considerations
Python, node and protoc are downloaded as part of the build. You can optionally define 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 If rust-toolchain.toml is removed, newer Rust versions can be used. Older versions
may or may not compile the code. may or may not compile the code.