File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Getting Started
13
13
You'll need Docker and the Go language compilation tools installed.
14
14
15
15
1 . [ Install Docker] ( https://docs.docker.com/installation/#installation )
16
- 2 . [ Install the Go language toolkit] ( http://golang.org/doc/install ) and set your GOPATH
16
+ 2 . [ Install the Go language toolkit] ( http://golang.org/doc/install ) and set your [ GOPATH] ( http://golang.org/doc/code.html#GOPATH )
17
17
3 . Clone this git repository through the Go tools:
18
18
19
19
$ go get github.com/openshift/origin
@@ -49,7 +49,7 @@ The Kubernetes APIs are exposed at `http://localhost:8080/api/v1beta1/*`:
49
49
* ` http://localhost:8080/api/v1beta1/replicationControllers `
50
50
* ` http://localhost:8080/api/v1beta1/operations `
51
51
52
- An draft of the proposed API is available [ in this repository] ( https://rawgit.com/csrwng/oo-api-v3/master/oov3.html ) . Expect significant changes.
52
+ A draft of the proposed API is available [ in this repository] ( https://rawgit.com/csrwng/oo-api-v3/master/oov3.html ) . Expect significant changes.
53
53
54
54
55
55
Contributing
You can’t perform that action at this time.
0 commit comments