1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

readme path and sample are wrong

This commit is contained in:
Ben Parees
2015-11-11 23:05:49 -05:00
parent c9985b5443
commit 2b2d50fe8d

View File

@@ -151,7 +151,7 @@ Assuming Go and Docker are installed and configured, execute the following comma
```
$ go get github.com/openshift/source-to-image
$ cd ${GOPATH}/src/github.com/openshift/source-to-image
$ export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/go/bin/
$ export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64/
$ hack/build-go.sh
```
@@ -173,7 +173,7 @@ with the following test sources and publicly available images:
```
$ s2i build git://github.com/pmorie/simple-ruby openshift/ruby-20-centos7 test-ruby-app
$ docker run --rm -i -p :9292 -t test-ruby-app
$ docker run --rm -i -p :8080 -t test-ruby-app
```
```