From 93d7743ef5f10b17682c4e98c262f44e5eb88f79 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:49:00 -0600 Subject: [PATCH] Update daprdocs/content/en/getting-started/install-dapr-cli.md Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- daprdocs/content/en/getting-started/install-dapr-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/install-dapr-cli.md b/daprdocs/content/en/getting-started/install-dapr-cli.md index fa4c8a1b4..2dd1ad07b 100644 --- a/daprdocs/content/en/getting-started/install-dapr-cli.md +++ b/daprdocs/content/en/getting-started/install-dapr-cli.md @@ -87,7 +87,7 @@ $script=iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/inst #### Installing a specific CLI version without administrative rights -This example shows how to install CLI version `1.9.1`. Release candidates can be installed similarly, simply specify the version, e.g. `1.10.0-rc.3`. +The following example shows how to install CLI version `1.9.1`. You can also install release candidates by specifying the version (for example, `1.10.0-rc.3`). ```powershell $Env:DAPR_INSTALL_DIR = ""