diff --git a/README.mkd b/README.mkd --- a/README.mkd +++ b/README.mkd @@ -16,6 +16,13 @@ This game is a total rewrite of the original version in C#. I honestly like the original language and library more (Clojure and Quil), but Quil was starting to struggle with the amount of drawing, and I was hitting the limit of my optimization abilities and available information online. (Another drawback: I also am giving up the browser version, unless people get XNA in the browser working.) +## Installing and Running ## + +* macOS users need to do an [extra step](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/11.0/mac/11.0) the first time because the app is unsigned. +* Windows and Linux users should be able to double-click the EXE and run it. +* BSD users can try using [fbsd-fnaify](https://github.com/oshogbo/fbsd-fnaify), although I have yet to confirm it works with Isometric Park. (If you do try it, let me know!) + + ## Developing ## To run from the command line, `make run`.