Просмотр исходного кода

Add more details to "Using Development Version"

Running `rake test` were failing. To overcome that, I had to run `bundle exec rake`, just as it is on the CI.
Vinicius Brasil 6 лет назад
Родитель
Сommit
015ffb9b83
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 --jobs=3 --retry=3
+bundle exec rake
 ```
 
 ## Additional Resources