Skip to content

Commit 3d7a52e

Browse files
authored
docs: devbox remove command not exist, only rm (#1433)
## Summary The correct name of flag - `rm` ## How was it tested? ```sh $ devbox global remove nodejs Manage global devbox packages Usage: devbox global [command] Available Commands: add Add a new package to your devbox install Install all packages mentioned in devbox.json list List global packages path Show path to [global] devbox config pull Pull a config from a file or URL push Push a [global] config. Leave empty to use jetpack cloud. Can be a git repo for self storage. rm Remove a package from your devbox run Run a script or command in a shell with access to your packages services Interact with devbox services shellenv Print shell commands that add Devbox packages to your PATH update Update packages in your devbox Flags: -h, --help help for global Global Flags: -q, --quiet suppresses logs Use "devbox global [command] --help" for more information about a command. ```
1 parent ea64a60 commit 3d7a52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/devbox_global.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ devbox global list
5050
To remove a global package, use:
5151

5252
```bash
53-
devbox global remove ripgrep
53+
devbox global rm ripgrep
5454

5555
# Output:
56-
ripgrep was removed
56+
removing 'github:NixOS/nixpkgs/ripgrep'
5757
```
5858

5959
## Using Fleek with Devbox Global

0 commit comments

Comments
 (0)