Update README: I forgot the word "file"
[robots.git] / README
1 This repository contains a copy of ROBOTS: Another abuse of the
2 Z-machine by Torbjörn Andersson.
3
4 http://www.ifarchive.org/if-archive/games/source/inform/robots.inf
5
6 To compile this game you will also need version 6 of the Inform
7 compiler from https://jxself.org/git/?p=inform.git
8
9 Once the compiler has been compiled and is ready for use return to
10 this directory and run:
11
12     inform robots.inf
13
14 You will then get the story file for this game that can be run using
15 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux
16 distro probably has that packaged already for easy installation.
17
18 --
19 Copyright (C) 2019 Jason Self <j@jxself.org>
20
21 You may copy, redistribute and/or modify this file under the terms of
22 the GNU General Public License as published by the Free Software
23 Foundation, either version 3 of the License, or (at your option) any
24 later version.
25
26 This file is distributed in the hope that it will be useful, but
27 WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29 General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with this file. If not, see https://gnu.org/licenses/.