diff options
Diffstat (limited to 'docs')
-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 |