From 42b5f6da3e35cc94b13d5ebbe58de28ce39c9b2a Mon Sep 17 00:00:00 2001 From: dusk Date: Thu, 28 Nov 2024 21:39:46 +0300 Subject: [PATCH] docs: just doesnt need to be from master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d9fd0..a1277be 100644 --- a/README.md +++ b/README.md @@ -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