From 78081cbb40b3149be3fcd7f050ec365c499421d0 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 4 Aug 2023 20:41:16 -0700 Subject: Support --dev/-D and support more flags on bun install (#3989) --- docs/guides/install/add-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/install') diff --git a/docs/guides/install/add-dev.md b/docs/guides/install/add-dev.md index 833f8cfa2..3f7b74f9c 100644 --- a/docs/guides/install/add-dev.md +++ b/docs/guides/install/add-dev.md @@ -5,7 +5,7 @@ name: Add a development dependency To add an npm package as a development dependency, use `bun add --development`. ```sh -$ bun add zod --development +$ bun add zod --dev $ bun add zod -d # shorthand ``` -- cgit v1.2.3