From d6643659f2bb2d0fad4711cd8bc88d969aa305ff Mon Sep 17 00:00:00 2001 From: sahil afrid farookhi Date: Thu, 4 Dec 2025 22:52:51 -0600 Subject: [PATCH 1/2] add bun pm bin page --- pages/common/bun-pm-bin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/bun-pm-bin.md diff --git a/pages/common/bun-pm-bin.md b/pages/common/bun-pm-bin.md new file mode 100644 index 00000000000000..dbbd9dc86365e5 --- /dev/null +++ b/pages/common/bun-pm-bin.md @@ -0,0 +1,12 @@ +# bun pm bin + +> Display the path to local or global `bin` directories. +> More information: . + +- Get the path to the local project's `bin` directory: + +`bun pm bin` + +- Get the path to the global `bin` directory: + +`bun pm bin {{[-g|--global]}}` From 23919f855b197b01bd29d4566f51bd0312771a39 Mon Sep 17 00:00:00 2001 From: sahil afrid farookhi Date: Sat, 6 Dec 2025 13:57:00 -0600 Subject: [PATCH 2/2] resolve 1 of 1 review suggestion --- pages/common/bun-pm-bin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/bun-pm-bin.md b/pages/common/bun-pm-bin.md index dbbd9dc86365e5..a41c07c8e31965 100644 --- a/pages/common/bun-pm-bin.md +++ b/pages/common/bun-pm-bin.md @@ -1,6 +1,6 @@ # bun pm bin -> Display the path to local or global `bin` directories. +> Display the path to `bin` directories. > More information: . - Get the path to the local project's `bin` directory: