mirror of https://github.com/dapr/cli.git
fix doc
This commit is contained in:
parent
f86dd3af0a
commit
69b5896f44
|
@ -60,7 +60,7 @@ $ dapr init
|
|||
✅ Success! Dapr is up and running
|
||||
```
|
||||
|
||||
> Note: To see that Dapr has been installed successfully, from a command prompt run the `docker ps` command and check that the `daprio/dapr:latest` and `redis` container images are both running. Also, this step creates a default components folder which is later used at runtime unless the --components-path option is provided. For Linux/MacOS, the default components folder path is ~/.dapr/components and for Windows it is %USERPROFILE%\.dapr\components.
|
||||
> Note: To see that Dapr has been installed successfully, from a command prompt run the `docker ps` command and check that the `daprio/dapr:latest` and `redis` container images are both running. Also, this step creates a default components folder which is later used at runtime unless the --components-path option is provided. For Linux/MacOS, the default components folder path is $HOME/.dapr/components and for Windows it is %USERPROFILE%\.dapr\components.
|
||||
|
||||
#### Install a specific runtime version
|
||||
|
||||
|
|
Loading…
Reference in New Issue