From e252628d21d1ff061e1149ec7c59c482cdd8cfd1 Mon Sep 17 00:00:00 2001 From: Zellyn Hunter Date: Sun, 13 Nov 2016 22:35:38 -0500 Subject: [PATCH] Update README to refer to cross-compiles --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c09c7d..1abdb70 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ diskii is a commandline tool for working with Apple II disk images. It is also a library of code that can be used by other Go programs. -Its major advantage is that it's written in Go, hence cross-platform. +Its major advantage is that it's written in Go, hence +cross-platform. (Travis is currently set up to build for Linux, MacOS, +and Windows, for amd64 architecture. Send a pull request if you want +to add a platform.) Its major disadvantage is that it mostly doesn't exist yet.