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

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

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

revision 579 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 580 by rakinar2, Mon Jul 29 20:37:38 2024 UTC
# Line 34  Lastly, we expect you to have a very bas Line 34  Lastly, we expect you to have a very bas
34    
35  ## Installation  ## Installation
36    
37  To install SudoBot, you need to clone the repository first, if you have Git installed. Run the following command in your terminal:  To install SudoBot, you need to clone the [git](https://git-scm.com) repository or checkout the [svn](https://subversion.apache.org/) repository first, if you have git installed. Run the following command in your terminal:
38    
39  ```bash  ```bash
40  git clone https://github.com/onesoft-sudo/sudobot  git clone https://github.com/onesoft-sudo/sudobot
41  ```  ```
42    
43  If you don't have Git installed, you can download the repository as a zipball/tarball from the [GitHub Releases Page](https://github.com/onesoft-sudo/sudobot/releases/latest).  You can also checkout the [svn](https://subversion.apache.org/) repository:
44    
45    ```bash
46    svn checkout https://svn.onesoftnet.eu.org/svn/sudobot sudobot
47    ```
48    
49    If you don't have git or svn installed, you can download the repository as a zipball/tarball from the [GitHub Releases Page](https://github.com/onesoft-sudo/sudobot/releases/latest).
50  Then, extract the downloaded file to a directory of your choice.  Then, extract the downloaded file to a directory of your choice.
51    
52  Next, navigate to the directory where you have cloned the repository using Git, or extracted the zipball/tarball, by running the following command in your terminal:  Next, navigate to the directory where you have cloned the repository using Git, or extracted the zipball/tarball, by running the following command in your terminal:

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26