Skip to content

Commit 310fe35

Browse files
committed
Clean-up the text to make a little clearer.
1 parent 801e6cb commit 310fe35

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,15 @@ xtf.bm.namespace=alpha-builds
6969
```
7070

7171
A simplier approach to authetication and execution is to export the `kubeconfig` file then execute the test suite.
72-
`export KUBECONFIG=<path_to_kubeconfig>`
72+
``` bash
73+
#mocked config
74+
export KUBECONFIG=<path_to_kubeconfig>
75+
```
7376

74-
`export KUBECONFIG=kubeconfig`
77+
``` bash
78+
#past example
79+
export KUBECONFIG=kubeconfig
80+
```
7581

7682
After this is done then it is just a matter of executing the testsuite as already defined above.
7783

0 commit comments

Comments
 (0)