From cec7d0e2a9a2f7589e56a519a48970e3e7106edb Mon Sep 17 00:00:00 2001 From: Daymon Date: Sat, 31 Aug 2024 19:25:08 -0500 Subject: [PATCH] Remove wally linkage --- README.md | 10 ++-------- wiki/docs/quick-start.mdx | 8 -------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index cc306cb..bcbfcb0 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,6 @@ pnpm add @rbxts/rlog yarn add @rbxts/rlog ``` -### Wally - -```toml -[dependencies] -Reflex = "daymxn/rlog@1.0.0" -``` - ## Overview rLog is a Context-based server-side logging framework for ROBLOX, designed to help organize and structure your logging process. @@ -157,7 +150,8 @@ You can either checkout our [Quick Start](https://rlog.daymxn.com/docs/quick-sta ## Roadmap - Add social preview to github repo after going public - +- Add publishing for wally +- Add docs for lua usage - Separate provided sinks into a sub package - Support google cloud console logging - Migrate tests to individual files diff --git a/wiki/docs/quick-start.mdx b/wiki/docs/quick-start.mdx index 2c523ed..80e6ff0 100644 --- a/wiki/docs/quick-start.mdx +++ b/wiki/docs/quick-start.mdx @@ -33,14 +33,6 @@ pnpm add @rbxts/rlog yarn add @rbxts/rlog ``` - - - -```toml title="wally.toml" -[dependencies] -Reflex = "daymxn/rlog@1.0.0" -``` -