README.md in software_challenge_client-20.2.4 vs README.md in software_challenge_client-21.0.0

- old
+ new

@@ -71,11 +71,11 @@ logger.debug "Zug gefunden: #{move}" unless move.nil? move end def best_move - gamestate.possible_moves.sample + GameRuleLogic.possible_moves(gamestate).sample end end ## Generating the Documentation @@ -107,11 +107,12 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. -To install this gem onto your local machine, run `bundle exec rake -install`. +To install this gem onto your local machine, run `gem uninstall +software_challenge_client` to remove an existing gem and then `bundle exec rake +install` to install the current version. To develop inside a docker container, make sure you have Docker installed and execute `develop.sh`. ### Specs