--- trunk/docs/app/(docs)/getting-started-v8/page.mdx 2024/07/29 20:37:38 580 +++ trunk/docs/app/(docs)/getting-started-v8/page.mdx 2024/07/29 20:37:48 581 @@ -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.