Skip to content

Installation

Senne Van Rompaey edited this page Jun 18, 2020 · 1 revision

If you have used Git before, these steps should be easy for you.
Just (fork and) clone the repository locally.
If you haven't, this guide will come in handy to you.

Using Git & GitHub

If you have never used Git/GitHub before, I recommend watching this video by a friend of mine.
He goes over a big portion of what git has to offer, but definitely not all.
It is not necessary to learn Git, but if you are a coder you should definitely get into version-control. Now, I will be using Git from command line which can be downloaded here.

Once downloaded, we can start by opening a terminal. I will also baldly assume you use Windows.
Easy way to do this is to right click on the Start Menu & click "Command Prompt".

I recommend making a folder somewhere, so you have a specific place for the bot.
Once done, navigate to that folder in your terminal by executing

cd path/to/folder

Now that you're there, you have to clone aka copy & paste the GitHub repository.

git clone https://github.com/svr333/AdvancedBot-Template.git

A new folder called AdvancedBot-Template should appear with the bot's code in it.

That's all for installing the bot.

Clone this wiki locally