mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
Mention that checkout path should not include spaces
This commit is contained in:
parent
26c6044dfc
commit
ac7b63e81b
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ in the provided commands, `--pre` tells pip to fetch alpha/beta versions. If you
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
|
Clone the git repo into a folder of your choosing. The folder path must not
|
||||||
|
contain spaces, and should not be too long if you are on Windows.
|
||||||
|
|
||||||
On all platforms, you will need to install:
|
On all platforms, you will need to install:
|
||||||
|
|
||||||
- Rustup (https://rustup.rs/). The Rust version pinned in rust-toolchain.toml
|
- Rustup (https://rustup.rs/). The Rust version pinned in rust-toolchain.toml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue