mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Mention YARN_BINARY in documentation (#2851)
This commit is contained in:
parent
42145e8312
commit
ecd4c3f172
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue