From 074c5f6398b0ef4cc586084ebda469dbf49b9c50 Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Tue, 17 Jul 2012 14:13:30 +0100 Subject: [PATCH] Added submodule documentation --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7383937..698566e 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,17 @@ writing documentation. Requirements: - Node JS -- [JSBot](http://github.com/reality/JSBot "JSBot"), the Javascript library I - wrote to handle the IRC protocol and event listeners etc. +- [JSBot](http://github.com/reality/JSBot "JSBot"), a Javascript library which + handles the IRC protocol. - Various modules have their own requirements also. +### JSBot + +JSBot can be imported by running the following commands in the cloned repository: + + git submodule init + git submodule update + ## Modules: ### Command