Skip to content

Commit 4ad4319

Browse files
authored
Updated README.md
Added 'Download' and 'Installation' sections to README.md.
1 parent 1b322bf commit 4ad4319

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,21 @@ All right, so why might anyone need this?
2222

2323
Currently (as of June 2017), IMHO, there is no beautiful "one-click" solution that allows to play all IF games and adds file system support for them in Linux. You'll have to do some tweaking. However, this tiny script does all the trivial things. After using it on a Linux system an IF enthusiast won't have to do much. It becomes much easier to manage large collections of text-quests when you can open them in Gargoyle from the file manager. The lack of file icons used to be a frustrating aspect of playing IF, too - but no longer)
2424

25+
# Download
26+
See [Github Releases](https://github.com/fedor1113/LlIF/releases).
27+
28+
# Installation
29+
To install simply run install.sh in a terminal - via
30+
```bash
31+
bash install.sh
32+
```
33+
or
34+
```bash
35+
./install.sh
36+
```
37+
You might need to add execution permissions. Then follow instructions on screen and answer questions.
38+
39+
PS Obviously, you need to either clone this repo or download a release and unpack it first.
40+
2541
# LICENSE
2642
The script itself (with appropriate helper files) is licensed under MIT (see LICENSE file). The icons are under GNU LGPL v3.0 (modifications to the original are described here and in the commits; see LICENSE file in the Icons subfolder).

0 commit comments

Comments
 (0)