Update README to refer to cross-compiles

This commit is contained in:
Zellyn Hunter 2016-11-13 22:35:38 -05:00
parent e53508f07a
commit e252628d21
1 changed files with 4 additions and 1 deletions

View File

@ -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.