From c771ad9417ef1085a567b2c30d5f092e1158b13e Mon Sep 17 00:00:00 2001 From: dusk Date: Tue, 24 Sep 2024 17:29:45 +0300 Subject: [PATCH] docs: update readme usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d96fdab..7f3ee52 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ it can handle about 2000 boids in a single flock at 11ms physics process tick on download it from the asset library. -or clone the repository (git lfs is needed) and copy over the `addons` folder into your project root. -check the examples for more info. +or clone the repository, and run `rust/package-release.sh` to build the libraries for all supported targets. +(requires [cross](https://github.com/cross-rs/cross)) ## development