Skip to content

Commit 3c01cf3

Browse files
committed
fix(docs): address comments
1 parent 49e2da6 commit 3c01cf3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/cloud/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import TabItem from '@theme/TabItem';
33

44
# Quick start
55

6+
67
### Install
78
The installation can be performed using [Homebrew](https://brew.sh/). Here’s how to add the MarathonLabs repository:
89
```shell
@@ -64,13 +65,15 @@ Now you can start running your tests. Use the following command to execute the C
6465
<TabItem value="iOS" label="iOS">
6566

6667
```shell
67-
marathon-cloud run ios --api_key generated_api_key --application sample.zip --test-application sampleUITests-Runner.zip
68+
export MARATHON_CLOUD_API_KEY=generated_api_key
69+
marathon-cloud run ios --application sample.zip --test-application sampleUITests-Runner.zip
6870
```
6971
</TabItem>
7072
<TabItem value="Android" label="Android">
7173

7274
```shell
73-
marathon-cloud run android --api_key generated_api_key --application app.apk --test-application appTest.apk
75+
export MARATHON_CLOUD_API_KEY=generated_api_key
76+
marathon-cloud run android --application app.apk --test-application appTest.apk
7477
```
7578
</TabItem>
7679
</Tabs>

0 commit comments

Comments
 (0)