Skip to content
Open
Show file tree
Hide file tree
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: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ It boasts a number of handy features:
calls
- debugging tools for deployed Wasm contracts
- inspection of blocks, transactions, results and events
- an Oasis CLI
[GitHub Action](https://github.com/oasisprotocol/setup-cli-action)
Comment on lines +48 to +49
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps sth like this?

Suggested change
- an Oasis CLI
[GitHub Action](https://github.com/oasisprotocol/setup-cli-action)
- install via [GitHub Action](https://github.com/oasisprotocol/setup-cli-action)


4 changes: 3 additions & 1 deletion docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import TabItem from '@theme/TabItem';
## Download and Run

The Oasis team provides CLI binaries for Linux,
macOS and Windows operating systems.
macOS and Windows operating systems, as well as
a [GitHub Action](https://github.com/oasisprotocol/setup-cli-action)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of putting a link here, I'd add another "GitHub Action" tab which contains instructions from https://github.com/oasisprotocol/setup-cli-action.

for CI/CD installs.
If you want to run it on another platform,
you can [build the CLI from source][cli-source].

Expand Down
Loading