瀏覽代碼

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