소스 검색

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.
Rodolfo Carvalho 8 년 전
부모
커밋
e5da685e7c
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 4
      CONTRIBUTING.md
  2. 4 1
      README.md

+ 0 - 4
CONTRIBUTING.md

@@ -66,10 +66,6 @@ These are plugins used in playbooks and roles:
 └── test                Contains tests.
 ```
 
-## Building openshift-ansible RPMs and container images
-
-See the [build instructions in BUILD.md](BUILD.md).
-
 ## Running tests
 
 We use [tox](http://readthedocs.org/docs/tox/) to manage virtualenvs and run

+ 4 - 1
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).