diff --git a/pages/common/bun-pm-bin.md b/pages/common/bun-pm-bin.md new file mode 100644 index 00000000000000..a41c07c8e31965 --- /dev/null +++ b/pages/common/bun-pm-bin.md @@ -0,0 +1,12 @@ +# bun pm bin + +> Display the path to `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]}}`