From cc62aaf3ea18d5667c831188b7b8890d41464e94 Mon Sep 17 00:00:00 2001 From: Aran Lunzer Date: Wed, 22 May 2024 20:18:24 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca01f6..c9b3fec 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ We use `lerna` with "fixed" versioning, meaning each package will have the same * update `CHANGELOG.md` with the next release version -2. Make sure all packages have the latest dependencies +2. If you have updated any dependencies (e.g., of the kernel on the Croquet library), make sure all packages have the latest dependencies lerna clean lerna bootstrap