README.md in games_bfox-0.4.0 vs README.md in games_bfox-0.6.0
- old
+ new
@@ -1,32 +1,32 @@
# games_bfox
Welcome to the games_bfox gem!
+## Versions
+Ruby 2.4.0, rbenv 1.1.1
-## Installation
+## How to Run
-Add this line to your application's Gemfile:
+###...from the command line
+To run from command line, you must install the gem on your machine:
-```ruby
-gem 'games_bfox'
-```
-
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
$ gem install games_bfox
-## Usage
-
To play Mastermind, type the following into your command line to run the game executable :
$ mastermind
To play Tic Tac Toe, type the following into your command line to run the game executable :
$ tictactoe
+###...from inside the project
+Clone the project, cd into the project directory, and then run the following command:
+
+ $ bundle exec ruby lib/games.rb
+
+## How to Test
+From inside the project directory, run the following command:
+
+ $ bundle exec rspec
\ No newline at end of file