Fix markdown markup
This commit is contained in:
parent
217f3f94ee
commit
249e3a077d
1 changed files with 3 additions and 3 deletions
|
@ -5,18 +5,18 @@ Mess around with solving Wordle boards in horribly inefficent ways!
|
|||
## Pre-requisites
|
||||
|
||||
* Ruby >= 2.7.5
|
||||
* bundler
|
||||
* bundler
|
||||
* Chrome
|
||||
|
||||
## Setup
|
||||
|
||||
1. `make install`
|
||||
* Or manually run the commands for installation in the `Makefile`
|
||||
* Or manually run the commands for installation in the `Makefile`
|
||||
2. `bundle install`
|
||||
|
||||
## Running
|
||||
|
||||
1. `ruby driver.rb`
|
||||
* Watch it go!
|
||||
* Watch it go!
|
||||
|
||||
`Ctrl+C` to exit.
|
||||
|
|
Loading…
Reference in a new issue