Skip to content

Commit 5ac0584

Browse files
authored
Update getting_started.md
1 parent 2ccc3c4 commit 5ac0584

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/tko/session-2/getting_started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ ll /var/appdata/yelp*
2020
2. Export the following variables.
2121

2222
``` bash
23-
export ACCESS_TOKEN=<your-access-token> \
24-
export REALM=<your-o11y-cloud-realm> \
23+
export ACCESS_TOKEN=<your-access-token>
24+
export REALM=<your-o11y-cloud-realm>
2525
export clusterName=<your-k8s-cluster>
2626
```
2727

2828
3. Clone the following repo
2929
``` bash
30-
cd /home/ubuntu \
31-
git clone https://github.com/leungsteve/realtime_enrichment.git \
32-
cd realtime_enrichment/workshop \
33-
python3 -m venv rtapp-workshop \
30+
cd /home/ubuntu
31+
git clone https://github.com/leungsteve/realtime_enrichment.git
32+
cd realtime_enrichment/workshop
33+
python3 -m venv rtapp-workshop
3434
source rtapp-workshop/bin/activate
3535
```

0 commit comments

Comments
 (0)