From 96b0131f4a93a1e34e787cf4c402b80eaee681fb Mon Sep 17 00:00:00 2001 From: Lucas Gangstad Date: Mon, 8 Jan 2024 18:30:07 -0600 Subject: [PATCH] Add migration info (#15) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a533c32e..1e705d2b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Matter can be installed with [Wally] by including it as a dependency in your Matter = "matter-ecs/matter@0.7.0" ``` +## Migration + +If you're currently using the scope `evaera/matter`, prior versions are the same +package. You can migrate by changing your `wally.toml` file to use the scope +`matter-ecs/matter`. + ## Building Before building, you'll need to install all dependencies using [Wally].