소스 검색

Merge pull request #441 from vnbrs/patch-2

Add more details to "Using Development Version"
Jamie Dwyer 6 년 전
부모
커밋
32ceba3b7d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -232,7 +232,8 @@ If you were previously using Shopify's [activeresource fork](https://github.com/
 Download the source code and run:
 
 ```bash
-rake install
+bundle install
+bundle exec rake test
 ```
 
 ## Additional Resources