/[sudobot]/trunk/docs/app/(docs)/getting-started-v8/page.mdx
ViewVC logotype

Diff of /trunk/docs/app/(docs)/getting-started-v8/page.mdx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 575 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 626 by rakinar2, Sat Sep 7 09:38:45 2024 UTC
# Line 1  Line 1 
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    
# Line 16  Thanks for choosing SudoBot! In this art Line 16  Thanks for choosing SudoBot! In this art
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    
# Line 36  Additionally, you can also set these up Line 36  Additionally, you can also set these up
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    
# Line 251  In case if you're facing issues, feel fr Line 257  In case if you're facing issues, feel fr
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.

Legend:
Removed from v.575  
changed lines
  Added in v.626

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26