Skip to content

Commit

Permalink
Updated readme with instructions to get it working.
Browse files Browse the repository at this point in the history
  • Loading branch information
archy-bold committed Jan 6, 2022
1 parent 57c980d commit 01965d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

A Wordle implementation for the command line, written in go.

## Get It

I'm looking into releasing a version of this somehow, but for now you'll just need to clone the repo and run the command from the directory. It's precompiled, so should just run straight away. But if not, compile for your system with the build command below.

```bash
git clone git@github.com:archy-bold/wordle-go.git
cd wordle-go
./wordle
```

## Build

```bash
Expand Down

0 comments on commit 01965d4

Please sign in to comment.