Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Cloning

melwil edited this page Sep 24, 2014 · 2 revisions

When you clone this project, you need to know that it has git submodules. The submodule so far is the irclib which the bot is built on.

To get started, simply clone the project from github, then enter the OnlineGuru directory and type;
git submodule init
git submodule update

This will fetch the currently set build of irclib from github.

You are now ready to start.

Clone this wiki locally