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

Remove unnecessary arguments from command

Vinicius Brasil 6 лет назад
Родитель
Сommit
176bc8160c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

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