From c7c36ffdf55cfde7c1de2ab069e736859b8d2cfb Mon Sep 17 00:00:00 2001 From: njelich <12912633+njelich@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:18:52 +0100 Subject: [PATCH] docs(): Add GitHub action link for Oasis CLI --- docs/README.md | 2 ++ docs/setup.mdx | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b19b40e8..72436906 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) \ No newline at end of file diff --git a/docs/setup.mdx b/docs/setup.mdx index 54873977..87517ea1 100644 --- a/docs/setup.mdx +++ b/docs/setup.mdx @@ -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) +for CI/CD installs. If you want to run it on another platform, you can [build the CLI from source][cli-source].