Skip to content

Commit 0681fe0

Browse files
committed
update README
1 parent 2f5dc15 commit 0681fe0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,18 @@ Install the `cordium` CLI as follows:
341341
For Linux and MacOS
342342

343343
```bash
344+
# Install Octelium CLIs
344345
curl -fsSL https://octelium.com/install.sh | bash
346+
# Install Cordium CLI
345347
curl -fsSL https://octelium.com/install-cordium.sh | bash
346348
```
347349

348350
For Windows in Powershell
349351

350352
```powershell
353+
# Install Octelium CLIs
351354
iwr https://octelium.com/install.ps1 -useb | iex
355+
# Install Cordium CLI
352356
iwr https://octelium.com/install-cordium.ps1 -useb | iex
353357
```
354358

0 commit comments

Comments
 (0)