From 50d8abb6d7c66ee98f38b9aa659dd9a4e1f81847 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 15 Jan 2024 18:26:04 -0800 Subject: [PATCH] docs: add wally installation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 913f9cf..f5eb23d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ yarn add @rbxts/ripple pnpm add @rbxts/ripple ``` +```toml +# Wally +Ripple = "littensy/ripple@0.8.0" +``` + ## 📚 Documentation To see Ripple in action, check out the [example repository](https://github.com/littensy/rbxts-react-example).