mirror of https://github.com/knative/docs.git
Fix the documentation for the knative go example, where the docs refer to the original golang docs. (#588)
The app name is different and it might be confusing (also incorrect).
This commit is contained in:
parent
cfb2e9dc58
commit
648cbb70db
|
@ -66,7 +66,7 @@ following instructions recreate the source files from this folder.
|
|||
# Copy local code to the container image.
|
||||
COPY . /go/src/github.com/knative/docs/helloworld
|
||||
|
||||
# Build the outyet command inside the container.
|
||||
# Build the helloworld command inside the container.
|
||||
# (You may fetch or manage dependencies here,
|
||||
# either manually or with a tool like "godep".)
|
||||
RUN go install github.com/knative/docs/helloworld
|
||||
|
|
Loading…
Reference in New Issue