Skip to content

Commit 5d564f0

Browse files
author
Foxlet
committed
Update main_user.md
1 parent 70e8151 commit 5d564f0

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

docs/user/main_user.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this guide, we will cover the setup and configuration procedures in the follo
88
- configuration.md: Contains more information on creating a JSON configuration file for CloudBot.
99
- XXXX_api.md: Describes the setup procedures for that specific API and their use in CloudBot.
1010

11-
## Getting CloudBot
11+
## 1 - Getting CloudBot
1212

1313
Setting up CloudBot on a new server instance is simple. To begin, you need a compatible server that supports **Python 3.4**. Earlier versions of Python are not compatible due to the use of *asyncIO*.
1414

@@ -18,22 +18,28 @@ We recommend using the stable releases of Cloudbot that can be found [on the rel
1818

1919
If you only have command-line access, you can use the following to get CloudBot onto your server.
2020

21-
**On Linux**: `wget https://github.com/CloudBotIRC/CloudBot/archive/master.zip`
21+
**On Linux**:
22+
```
23+
wget https://github.com/CloudBotIRC/CloudBot/archive/master.zip
24+
```
2225

23-
**On OS X**: `curl -O https://github.com/CloudBotIRC/CloudBot/archive/master.zip`
26+
**On OS X**:
27+
```
28+
curl -O https://github.com/CloudBotIRC/CloudBot/archive/master.zip
29+
```
2430

2531
Followed by `unzip master.zip` on both OSs.
2632

2733
#### Using Git
2834

29-
You can also use Git to pull a new version of CloudBot, and it is useful for making updates easier. This can be accomplished with
35+
You can also use Git to pull a new version of CloudBot, (which is useful for making upgrades easier). This can be accomplished with
3036

3137
```
3238
git clone https://github.com/CloudBotIRC/CloudBot.git
3339
cd CloudBot
3440
```
3541

36-
## Getting Python 3.4
42+
## 2 - Getting Python 3.4
3743
If you don't already have Python 3.4 installed on your server, the following explains how to do so for Linux and Mac OS X.
3844

3945
#### On Linux (Debian-based)
@@ -48,6 +54,10 @@ Mac OS X already comes with Python 2.7 pre-installed, this is not sufficient for
4854
#### On Windows
4955
You can download releases of Python 3.4 for Windows at https://www.python.org/downloads/
5056

57+
## 3 - Get PIP
58+
59+
Blahblah.
60+
5161
## CloudBot Depdendencies and APIs
5262

5363
Before running CloudBot, you'll need to get some of the required dependencies and APIs configured/installed.

0 commit comments

Comments
 (0)