Skip to content

Commit 5e01cd9

Browse files
ab-ghoshanithapriyanatarajan
authored andcommitted
docs: separate command and output in tutorial
Signed-off-by: ab-ghosh <[email protected]>
1 parent 920e627 commit 5e01cd9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/tutorials/getting-started-tutorial.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ disable the `OCI` artifact.
5656
To create a simple `TaskRun`, run:
5757

5858
```shell
59-
$ kubectl create -f https://raw.githubusercontent.com/tektoncd/chains/main/examples/taskruns/task-output-image.yaml
59+
kubectl create -f https://raw.githubusercontent.com/tektoncd/chains/main/examples/taskruns/task-output-image.yaml
60+
```
61+
62+
The output should be similar to:
63+
64+
```
6065
taskrun.tekton.dev/build-push-run-output-image-qbjvh created
6166
```
6267

0 commit comments

Comments
 (0)