README.md in rfix-1.4.0 vs README.md in rfix-1.4.1
- old
+ new
@@ -40,20 +40,13 @@
## Development
### Setup
-1. Download repository
- - `$ git clone https://github.com/oleander/rfix-rb`
- - `$ cd rfix-rb`
-2. Downloads fixtures and run time dependencies
- - `$ bundle install`
- - `$ rake rebuild
-
-### Install from repository
-
``` shell
-$ bundle exec rake install
+git clone https://github.com/oleander/rfix-rb
+cd rfix-rb
+bundle install
```
### Run tests
``` shell