docs: just doesnt need to be from master

This commit is contained in:
dusk 2024-11-28 21:39:46 +03:00
parent cf87da4c5e
commit 42b5f6da3e
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -12,7 +12,7 @@ it can handle about 2000 boids in a single flock at 11ms physics process tick on
download it from the [asset library](https://godotengine.org/asset-library/asset/3284).
or clone the repository, and run `just build-all` to build the libraries (in release mode) for all supported targets.
(requires [cross](https://github.com/cross-rs/cross), [just from `master` branch](https://github.com/casey/just) and [nushell](https://github.com/nushell/nushell))
(requires [cross](https://github.com/cross-rs/cross), [just](https://github.com/casey/just) and [nushell](https://github.com/nushell/nushell))
## development