/[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 580 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 581 by rakinar2, Mon Jul 29 20:37:48 2024 UTC
# 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    

Legend:
Removed from v.580  
changed lines
  Added in v.581

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26