summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-04-24 15:25:30 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2017-04-27 11:54:09 +0200
commite5da685e7ceecabc37e0b740642e6765c9d6cfc3 (patch)
treecf678d9ecc58937dac4020e8421348e75aa4ddca /README.md
parent4a553433d13ebd13499b39a94f5d79968e1d8934 (diff)
downloadopenshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.gz
openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.bz2
openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.xz
openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.zip
Move link to BUILD.md to README.md
Most people contributing to the project do not need to build an RPM, so it can be left out of the Contribution Guide. Placing it in the README for still some visibility.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ec6555e8..42e629484 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,10 @@ See [README_CONTAINER_IMAGE.md](README_CONTAINER_IMAGE.md) for information on ho
See the [hooks documentation](HOOKS.md).
-
## Contributing
See the [contribution guide](CONTRIBUTING.md).
+
+## Building openshift-ansible RPMs and container images
+
+See the [build instructions](BUILD.md).