Skip to content

Commit

Permalink
Merge pull request #4 from mdb/update-readme
Browse files Browse the repository at this point in the history
update README with installation instructions
  • Loading branch information
mdb committed Feb 9, 2022
2 parents 900931f + 845b8ec commit 8e70548
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = 0.0.4
VERSION = 0.0.5
SOURCE = ./...

.DEFAULT_GOAL := build
Expand Down
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -8,8 +8,20 @@ A Go-based CLI implementation of [Josh Wardle](https://powerlanguage.co.uk)'s [W

## Installation

### Mac OS

Mac OS [homebrew](https://brew.sh/) users:

```
brew install wordle
```

### Linux, Windows, and Mac OS users not using `homebrew`

Download the [latest release](https://github.com/mdb/wordle/releases) for your platform.

### Compile from source

Alternatively, you can compile from source:

```
Expand Down

0 comments on commit 8e70548

Please sign in to comment.