commit 8990ad84ad748a6b399cbd5767f0c34ea575c2d7 parent 170aa0f64c44f36e1341daead3f0f606facf4205 Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Tue, 9 Nov 2021 16:09:06 +0000 Add link to macOS binary build. Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ An assembler and emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/si ## Download binaries -Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn-linux-amd64.tar.gz) and [Windows](https://rabbits.srht.site/uxn-windows-64bit.zip). +Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn-linux-amd64.tar.gz), [Windows](https://rabbits.srht.site/uxn-windows-64bit.zip) and [macOS](https://rabbits.srht.site/uxn-macos.tar.gz). ## Build