From 417cbd408f21908c35e51665b9d1db7e91e43e15 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 6 Mar 2025 13:00:34 -0800 Subject: [PATCH] chore: update the readme to include bun install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index be72dfd4..7f4a2a5e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ or pnpm add -D stylus stylus-loader ``` +or + +```console +bun add -D stylus stylus-loader +``` + Then add the loader to your `webpack` config. For example: **webpack.config.js**