From 5ba1e6050658bb72be2286a2af4e15ff7f55203e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81=C4=99kawa?= <164185257+JLekawa@users.noreply.github.com> Date: Tue, 20 May 2025 18:31:27 +0200 Subject: [PATCH] Update docs/deployment/cli.md --- docs/deployment/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/cli.md b/docs/deployment/cli.md index be0e8fbb..f1b3a1ac 100644 --- a/docs/deployment/cli.md +++ b/docs/deployment/cli.md @@ -12,7 +12,7 @@ With Redocly CLI, you can bundle your OpenAPI definition and API documentation First, you need to install the `@redocly/cli` package. -You can install it [globally](../../cli/installation#install-globally) using npm or Yarn. +You can install it [globally](../../cli/installation#install-globally) using npm. Or you can install it during [runtime](../../cli/installation#use-npx-at-runtime) using npx or Docker.