From d9e337affe142780da4b28635d0424a8a0bf8204 Mon Sep 17 00:00:00 2001 From: juliolmuller Date: Fri, 25 Apr 2025 16:16:13 -0300 Subject: [PATCH 1/2] docs: add CLI instruction for Bun package manager (#4380) --- docs/guides/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index f701a63cfb..023a217bcc 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -22,6 +22,9 @@ npm install --save-dev @commitlint/config-conventional @commitlint/cli pnpm add --save-dev @commitlint/{cli,config-conventional} ``` +```sh [bun] +bun add -d @commitlint/cli @commitlint/config-conventional + ```sh [deno] deno add --dev npm:@commitlint/cli npm:@commitlint/config-conventional ``` From 2198de66fe62afafac0a1faf9375b9cd311ecf7f Mon Sep 17 00:00:00 2001 From: juliolmuller Date: Mon, 28 Apr 2025 23:51:39 -0300 Subject: [PATCH 2/2] docs: fix markdown --- docs/guides/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 023a217bcc..149ab90525 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -24,6 +24,7 @@ pnpm add --save-dev @commitlint/{cli,config-conventional} ```sh [bun] bun add -d @commitlint/cli @commitlint/config-conventional +``` ```sh [deno] deno add --dev npm:@commitlint/cli npm:@commitlint/config-conventional