3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-17 14:01:04 +01:00

updat readme main install instructions

This commit is contained in:
reality 2013-05-26 15:55:20 +00:00
parent d8191c8232
commit 1bb266d23a

View File

@ -11,18 +11,11 @@ given I started it rather a long time after I began development of the project.
Please don't judge me too harshly for this as I am, in fact, mildly allergic to Please don't judge me too harshly for this as I am, in fact, mildly allergic to
writing documentation. writing documentation.
Requirements: ## Getting Started
- Node JS You can install DBot's dependencies, configure and run the bot for the first
- [JSBot](http://github.com/reality/JSBot "JSBot"), a Javascript library which time with the following command:
handles the IRC protocol
- Underscore JS library
- Various modules have their own requirements also.
### External Modules ```
sh install.sh
JSBot and externally developed modules can be imported by running the following ```
commands in the cloned repository:
git submodule init
git submodule update