1 |
--- |
--- |
2 |
title: Getting Started Guide for SudoBot v8 - SudoBot |
title: Getting Started Guide for SudoBot v8 |
3 |
short_name: Getting Started (v8) |
short_name: Getting Started (v8) |
4 |
--- |
--- |
5 |
|
|
16 |
</Callout> |
</Callout> |
17 |
|
|
18 |
<Callout type="note"> |
<Callout type="note"> |
19 |
v9 is the current version of SudoBot. This guide exists for people who want to use |
v10 is the current version of SudoBot. This guide exists for people who want to use |
20 |
an older version of SudoBot. |
an older version of SudoBot. |
21 |
</Callout> |
</Callout> |
22 |
|
|
36 |
|
|
37 |
## Cloning the project and setting up |
## Cloning the project and setting up |
38 |
|
|
39 |
First of all, clone the repository using [git](https://git-scm.com) or download the [latest release](https://github.com/onesoft-sudo/sudobot/releases/latest) and extract it. |
First of all, clone the repository or download the [latest release](https://github.com/onesoft-sudo/sudobot/releases/latest) and extract it. |
40 |
|
|
41 |
To clone the repository, run this command: |
To clone the [git](https://git-scm.com) repository, run this command: |
42 |
|
|
43 |
```bash |
```bash |
44 |
git clone https://github.com/onesoft-sudo/sudobot |
git clone https://github.com/onesoft-sudo/sudobot |
45 |
``` |
``` |
46 |
|
|
47 |
After this command completes, go inside of the directory. (`sudobot/` if you cloned it using the above command) |
You can also checkout the [subversion](https://subversion.apache.org/) repository: |
48 |
|
|
49 |
|
```bash |
50 |
|
svn checkout https://svn.onesoftnet.eu.org/svn/sudobot sudobot |
51 |
|
``` |
52 |
|
|
53 |
|
After this command finishes, go inside of the directory. (`sudobot/` if you cloned it using the above command) |
54 |
|
|
55 |
To make sure you recieve the latest updates as main isn't getting updated as often, run the following commands after you go inside of the sudobot directory. |
To make sure you recieve the latest updates as main isn't getting updated as often, run the following commands after you go inside of the sudobot directory. |
56 |
|
|
257 |
|
|
258 |
- Email: [[email protected]](mailto:[email protected]) |
- Email: [[email protected]](mailto:[email protected]) |
259 |
- Discord: [@rakinar2](https://discord.com/users/774553653394538506) |
- Discord: [@rakinar2](https://discord.com/users/774553653394538506) |
260 |
- Discord Servers: [OSN's server](https://discord.gg/JJDy9SHzGv) |
- Discord Servers: [OSN's server](https://sudobot.online/discord) |
261 |
|
|
262 |
Give the repository a star to show your support! We'll be really thankful if you do. |
Give the repository a star to show your support! We'll be really thankful if you do. |