# HG changeset patch # User alys # Date 2021-06-05 04:35:39 # Node ID b886abba458bfe1b0772e8e889f42d2d1a2d7bce # Parent 5c8f24b4dc224b8b72672be6b1fb954cc47d6ac2 Add some contents from Itch page. 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`.