diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,7 @@ Dependencies: * GHC To build: + make The resulting executable will be called "miaowe". @@ -12,7 +13,9 @@ The resulting executable will be called "miaowe". Miaowe includes no networking code of its own, but assumes stdin and stdout will be connected to an IRC server. A zsh script, nya.sh, is included to help with this. Users of other shells may need to adjust the script to work with their shell. NickServ login credentials are placed in a file called "conn", on the first line and separated by a space. Image files are read from the working directory. To run: + ./miaowe <channel> or: + ./nya.sh <channel> |