We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5dc15 commit 0681fe0Copy full SHA for 0681fe0
1 file changed
README.md
@@ -341,14 +341,18 @@ Install the `cordium` CLI as follows:
341
For Linux and MacOS
342
343
```bash
344
+# Install Octelium CLIs
345
curl -fsSL https://octelium.com/install.sh | bash
346
+# Install Cordium CLI
347
curl -fsSL https://octelium.com/install-cordium.sh | bash
348
```
349
350
For Windows in Powershell
351
352
```powershell
353
354
iwr https://octelium.com/install.ps1 -useb | iex
355
356
iwr https://octelium.com/install-cordium.ps1 -useb | iex
357
358
0 commit comments