diff --git a/README.md b/README.md
index 54750f5b3..c3e77580d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ https://openshift.redhat.com/support.
## Using RHC to create an application
-DEPENDENCIES:
+DEPENDENCIES:
* git
* openssh-clients
@@ -73,8 +73,8 @@ We expect code contributions to follow these standards:
integration tests. Specs are in 'spec/' and can be run with bundle
exec rake spec
. Features are in 'features/' and can be run with
bundle exec rake features
(although these tests runs
-against the gem installed locally so you will need to gem install
-first). See [README.md](https://github.com/openshift/rhc/blob/master/features/README.md) in the features dir for more info.
+against the gem installed locally so you will need to run `./build.sh && gem install rhc`
+first).
3. We maintain 100% line coverage of all newly added code via spec
testing. The build will fail if new code is added and it does not
have full line coverage. Some old code is currently excluded until it
@@ -92,4 +92,3 @@ Once you've made your changes:
If you use vim, we've included a .vimrc in the root of this project.
In order to use it, install https://github.com/MarcWeber/vim-addon-local-vimrc
-