mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
e2e8fdebce
commit
93d7743ef5
|
@ -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 = "<your_alt_install_dir_path>"
|
||||
|
|
Loading…
Reference in New Issue