We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1150e8d commit a57ea4bCopy full SHA for a57ea4b
2 files changed
docs/README.md
@@ -45,4 +45,5 @@ It boasts a number of handy features:
45
calls
46
- debugging tools for deployed Wasm contracts
47
- inspection of blocks, transactions, results and events
48
-
+ - an Oasis CLI [GitHub action](https://github.com/oasisprotocol/setup-cli-action)
49
+
docs/setup.mdx
@@ -10,7 +10,8 @@ import TabItem from '@theme/TabItem';
10
## Download and Run
11
12
The Oasis team provides CLI binaries for Linux,
13
-macOS and Windows operating systems.
+macOS and Windows operating systems, as well as
14
+a [GitHub Action](https://github.com/oasisprotocol/setup-cli-action) for CI/CD installs.
15
If you want to run it on another platform,
16
you can [build the CLI from source][cli-source].
17
0 commit comments