Skip to content

Commit d265427

Browse files
Remove sudo
Signed-off-by: Matthew Wilson <[email protected]>
1 parent 0d741d4 commit d265427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ toc: false
2121
2. Install [Zowe CLI](https://zowe.github.io/docs-site/latest/user-guide/cli-installcli.html). For example, to install using npm:
2222

2323
```console
24-
sudo npm install -g @zowe/cli@latest
24+
npm install -g @zowe/cli@latest
2525
```
2626

2727
3. Build and install the cics-deploy plug-in as described in [Setting up your development environment](https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/tutorials/Setup.md). For example:

0 commit comments

Comments
 (0)