Browse Source

Mention that fortune has to be installed :s

master
Nimrod Kerrett 2 years ago
parent
commit
b0ee281cd6
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

1
 ### To install
1
 ### To install
2
 `./install.sh`
2
 `./install.sh`
3
 
3
 
4
+Also make sure `/usr/games/fortune` exists
5
+(for example, on Ubuntu nowadays you run `sudo apt install fortune-mod`
6
+in order to install it).
7
+
4
 ### To run
8
 ### To run
5
 `/PATH/TO/makefortune.sh` would generate `/PATH/TO/fortune.rss`.
9
 `/PATH/TO/makefortune.sh` would generate `/PATH/TO/fortune.rss`.
6
 
10
 

Loading…
Cancel
Save