updated README to have the correct bundle command

This commit is contained in:
Luke Hsiao
2015-05-07 12:41:25 -06:00
parent 964a9bf46a
commit 92c9306976
+1 -1
View File
@@ -9,7 +9,7 @@ Getting Started
> git clone --recursive https://github.com/throwtheswitch/cmock.git
> cd cmock
> bundle install # Ensures you have all RubyGems needed
> bundle execute rake # Run all CMock library tests
> bundle exec rake # Run all CMock library tests
API Documentation
=================