diff --git a/README.MD b/README.MD index c599645..3a26c44 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,4 @@ -Host FST --------- +# Host FST This is a file system translator (and driver) for compatible Apple IIgs @@ -19,3 +18,16 @@ are supported. In general any software that works with the HFS FST should work with the Host FST. +## Installation + +Currently, only GSPlus has support for the host fst. + +1. See the [releases](https://github.com/ksherlock/host-fst/releases) page for a disk image. +2. Install the `host.fst` and `host.driver` in your `*:System:` folder +3. Bleeding edge versions of GSPlus have a config option (F4, Host FST Configuration) to +select the host fst directory. (On older versions it doesn't work correctly). +4. If you're using an older version of GSPlus, shutdown GSPlus and manually edit the +`config.txt` file. Add a line like: + + g_cfg_host_path = /Users/me/IIgs/ +