diff --git a/docs/content/tutorials/helm/index.md b/docs/content/tutorials/helm/index.md index c09089fdb..a8197f30c 100644 --- a/docs/content/tutorials/helm/index.md +++ b/docs/content/tutorials/helm/index.md @@ -22,7 +22,14 @@ This tutorial will teach you the following about Radius: ## Step 1. Clone and open the sample code -{{< tabs "Codespace" "Local machine" >}} +Use the terminal to clone the `samples` repository locally and navigate to the `./samples/demo` directory: + +```bash +git clone https://github.com/radius-project/samples.git +cd ./samples/samples/demo +``` + + ## Step 2. Initialize Radius Initialize Radius. For this example, answer **NO** when asked whether to set up an application: +> Select 'No' when prompted to create an application. + ```bash rad init ``` -> Select 'No' when prompted to create an application. - ## Step 3. Understand and deploy the application 1. Navigate to the `./Chart` folder and browse its contents. This contains a Helm chart for the application that you will modify. @@ -192,6 +199,7 @@ From here you will go through a series of steps to incrementally add more Radius metadata: name: webapp namespace: {{ .Release.Namespace }} + # Add the following two lines annotations: radapp.io/enabled: 'true' spec: