Format cmd for easy reading&copy (#2120)

This commit is contained in:
赤月 2020-01-23 01:39:23 +08:00 committed by Knative Prow Robot
parent 292d0050fe
commit d704f53646
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ cluster. You can also download a working copy of the sample, by running the
following commands:
```shell
git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs cd
knative-docs/docs/serving/samples/hello-world/helloworld-java-spring
git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs
cd knative-docs/docs/serving/samples/hello-world/helloworld-java-spring
```
## Before you begin