diff --git a/getting-started/readme.md b/getting-started/readme.md index 53531718a..830b1e26c 100644 --- a/getting-started/readme.md +++ b/getting-started/readme.md @@ -11,7 +11,7 @@ Dapr is a portable, event-driven runtime that makes it easy for enterprise devel To learn more, see [Dapr Concepts](../concepts/README.md). ## Setup the development environment -Dapr can be run locally or in Kubernetes. We recommend starting with a local setup to explore the core Dapr concepts and familiarize yourself with the Dapr CLI. Follow these instructions to [configure Dapr locally](./environment-setup.md#prerequisites). +Dapr can be run locally or in Kubernetes. We recommend starting with a local setup to explore the core Dapr concepts and familiarize yourself with the Dapr CLI. Follow these instructions to [configure Dapr locally](./environment-setup.md#prerequisites) or [in Kubernetes](./environment-setup.md#installing-dapr-on-a-kubernetes-cluster). ## Next steps