1
0
Fork 0

Fix markdown markup

This commit is contained in:
Andrew Tomaka 2022-01-28 22:14:30 -05:00
parent 217f3f94ee
commit 249e3a077d
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@ Mess around with solving Wordle boards in horribly inefficent ways!
## Pre-requisites ## Pre-requisites
* Ruby >= 2.7.5 * Ruby >= 2.7.5
* bundler * bundler
* Chrome * Chrome
## Setup ## Setup
1. `make install` 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` 2. `bundle install`
## Running ## Running
1. `ruby driver.rb` 1. `ruby driver.rb`
* Watch it go! * Watch it go!
`Ctrl+C` to exit. `Ctrl+C` to exit.