--- trunk/docs/app/(docs)/getting-started-v8/page.mdx 2024/07/29 17:59:26 575 +++ trunk/docs/app/(docs)/getting-started-v8/page.mdx 2024/09/07 09:38:45 626 @@ -1,5 +1,5 @@ --- -title: Getting Started Guide for SudoBot v8 - SudoBot +title: Getting Started Guide for SudoBot v8 short_name: Getting Started (v8) --- @@ -16,7 +16,7 @@ - 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 an older version of SudoBot. @@ -36,15 +36,21 @@ ## Cloning the project and setting up -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. -To clone the repository, run this command: +To clone the [git](https://git-scm.com) repository, run this command: ```bash git clone https://github.com/onesoft-sudo/sudobot ``` -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: + +```bash +svn checkout https://svn.onesoftnet.eu.org/svn/sudobot sudobot +``` + +After this command finishes, go inside of the directory. (`sudobot/` if you cloned it using the above command) 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. @@ -251,6 +257,6 @@ - Email: [rakinar2@onesoftnet.eu.org](mailto:rakinar2@onesoftnet.eu.org) - Discord: [@rakinar2](https://discord.com/users/774553653394538506) -- Discord Servers: [OSN's server](https://discord.gg/JJDy9SHzGv) +- Discord Servers: [OSN's server](https://sudobot.online/discord) Give the repository a star to show your support! We'll be really thankful if you do.