Skip to content

Commit

Permalink
Merge pull request #1 from jwforres/readme_updates
Browse files Browse the repository at this point in the history
Add link to GOPATH doc and fixup typo
  • Loading branch information
smarterclayton committed Aug 11, 2014
2 parents 992adaa + 3c15fd6 commit f11c676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Getting Started
You'll need Docker and the Go language compilation tools installed.

1. [Install Docker](https://docs.docker.com/installation/#installation)
2. [Install the Go language toolkit](http://golang.org/doc/install) and set your GOPATH
2. [Install the Go language toolkit](http://golang.org/doc/install) and set your [GOPATH](http://golang.org/doc/code.html#GOPATH)
3. Clone this git repository through the Go tools:

$ go get github.com/openshift/origin
Expand Down Expand Up @@ -49,7 +49,7 @@ The Kubernetes APIs are exposed at `http://localhost:8080/api/v1beta1/*`:
* `http://localhost:8080/api/v1beta1/replicationControllers`
* `http://localhost:8080/api/v1beta1/operations`

An draft of the proposed API is available [in this repository](https://rawgit.com/csrwng/oo-api-v3/master/oov3.html). Expect significant changes.
A draft of the proposed API is available [in this repository](https://rawgit.com/csrwng/oo-api-v3/master/oov3.html). Expect significant changes.


Contributing
Expand Down

0 comments on commit f11c676

Please sign in to comment.