Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/ibmcloud/download_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To install the latest CLI for your OS from the shell manually, use the following

* For **Linux™**, copy and paste the following command to a terminal and run it:
```bash
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
curl -fsSL https://clis.cloud.ibm.com/install/linux | sudo sh
```
{: codeblock}

Expand Down