diff options
author | 2023-03-20 18:26:22 +0000 | |
---|---|---|
committer | 2023-03-20 11:26:22 -0700 | |
commit | 035183eb1294ec8b66aa11f7cb0e8ac7c994fec2 (patch) | |
tree | 2e783769471e608805f0d1b3e52ad12e159028b4 /docs/cli | |
parent | aaef99ab68b9de128747077ac74d535c1fb46ff4 (diff) | |
download | bun-035183eb1294ec8b66aa11f7cb0e8ac7c994fec2.tar.gz bun-035183eb1294ec8b66aa11f7cb0e8ac7c994fec2.tar.zst bun-035183eb1294ec8b66aa11f7cb0e8ac7c994fec2.zip |
Fix example for "bun pm ls" (#2440)
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/install.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index 53d1a45fc..4018a1d19 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -424,6 +424,7 @@ $ bun pm bin To print a list of packages installed in the current project and their resolved versions, excluding their dependencies. Use the `--all` flag to print the entire tree, including all nth-order dependencies. ```bash +$ bun pm ls /path/to/project node_modules (5) ├── eslint@8.33.0 ├── react@18.2.0 |