Skip to content

Commit

Permalink
Add basic instructions about installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustav Das Modak committed Jun 22, 2015
1 parent 8c5de1d commit 81c46a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 81c46a3

Please sign in to comment.