From 81c46a32264e3bdad51f938a20c3efda8435dfdb Mon Sep 17 00:00:00 2001 From: Kaustav Das Modak Date: Tue, 23 Jun 2015 01:57:08 +0530 Subject: [PATCH] Add basic instructions about installing --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index de09aba..c193e80 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # bottle Applait's IRC, Telegram, Email, SMS bot + +## Install + +- Copy `config.js.example` to `config.js` and adjust values. +- Instal `libiconv` development (header) files. The package is named `libiconv-devel` for Fedora/RHEL and is named `libiconv-dev` for Ubuntu. +- `npm install` +- `npm start`