mirror of https://github.com/knative/docs.git
Format cmd for easy reading© (#2120)
This commit is contained in:
parent
292d0050fe
commit
d704f53646
|
@ -14,8 +14,8 @@ cluster. You can also download a working copy of the sample, by running the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs cd
|
git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs
|
||||||
knative-docs/docs/serving/samples/hello-world/helloworld-java-spring
|
cd knative-docs/docs/serving/samples/hello-world/helloworld-java-spring
|
||||||
```
|
```
|
||||||
|
|
||||||
## Before you begin
|
## Before you begin
|
||||||
|
|
Loading…
Reference in New Issue