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: |