Add .gitignore
[ztornado.git] / Readme
diff --git a/Readme b/Readme
index 93f7751579008b25cc310973b286f57b96891216..66f2b5b9b1be3d4168c5407981e5c79f94b73880 100644 (file)
--- a/Readme
+++ b/Readme
@@ -6,19 +6,13 @@ Z-Tornado is released under the terms of the GNU General Public License.
 For details, see the file COPYING, which should be part of this source
 distribution.
 
-To build it, you need Inform 6.x (I only tried 6.21, so I don't know about
-other versions). Just compile tornado.inf, which includes all other files.
-You can get Inform at the IF-Archive. See: 
+To compile this game you will need the Inform compiler from 
+https://jxself.org/git/?p=inform.git
 
-http://mirror.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6Xexecutables.html
+Once the compiler has been compiled and is ready for use return to 
+this directory and run:
 
-For details on how to compile Inform sources on your platform, please look
-at the documentation of your compiler.
-
-To play it, you need a Z-code interpreter that supports timed input. Look
-at the IF-Archive for an interpreter for your platform:
-
-http://mirror.ifarchive.org/indexes/if-archiveXinfocomXinterpreters.html
+    inform tornado.inf
 
 You can mail me at sfruehling@aon.at.
 
@@ -39,5 +33,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License 
-along with ztornado; if not, write to the Free Software Foundation, 
-Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\ No newline at end of file
+along with ztornado. If not, see <https://www.gnu.org/licenses/>.