From aaef99ab68b9de128747077ac74d535c1fb46ff4 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 20 Mar 2023 06:20:16 -0700 Subject: Update install.md --- docs/cli/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/cli/install.md') diff --git a/docs/cli/install.md b/docs/cli/install.md index deeb57629..53d1a45fc 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -310,12 +310,12 @@ To try it, specify a list of sub-packages in the `workspaces` field of your `pac { "name": "my-project", "version": "1.0.0", - "workspaces": ["packages/a", "packages/b"] + "workspaces": ["packages/*"] } ``` {% callout %} -**Glob support** — Bun doesn't support globs for workspace names yet, but this is coming soon! +**Glob support** — Bun v0.5.8 added support for simple globs for workspace names, with a "*/" at the end. Nothing too fancy. {% /callout %} This has a couple major benefits. -- cgit v1.2.3