From 2be5529c2854939bcceb4d10ba62213a7fe8220d Mon Sep 17 00:00:00 2001 From: dusk Date: Sun, 22 Sep 2024 03:21:46 +0300 Subject: [PATCH] docs: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6d5be..d96fdab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ it can handle about 2000 boids in a single flock at 11ms physics process tick on ## usage -clone the repository and copy over the `addons` folder into your project root. +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. ## development