diff --git a/Makefile b/Makefile index 2b4e241..0930ca7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.4 +VERSION = 0.0.5 SOURCE = ./... .DEFAULT_GOAL := build diff --git a/README.md b/README.md index f726fd8..39ed536 100644 --- a/README.md +++ b/README.md @@ -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: ```