Skip to content

Commit 5cba021

Browse files
committed
fix : minor issues fixed.
1 parent 1dc3ac2 commit 5cba021

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ After cloning into mafia using command bellow:
77
$git clone https://github.com/sadrasabouri/mafia
88
```
99
You should do these tiny steps:
10-
0. [Install pip3]
10+
11+
0. <b>[Install pip3]</b>
12+
1113
First check if you have `pip3` installed in your system:
1214
```
1315
$pip3 --version
@@ -17,18 +19,21 @@ if you already have installed `pip3` youu should see something like above, other
1719
```
1820
$sudo apt install python3-pip
1921
```
20-
1. Instaling requiremets:
21-
Then install <b>mafia</b> requirements by
22+
1. <b>Instaling requiremets:</b>
23+
24+
Then install mafia requirements by
2225
```
2326
$pip3 install -r requirements.txt
2427
```
25-
3. Run the server application
28+
3. <b>Run the server application</b>
29+
2630
Now everything is ready, lets play:
2731
run the command `$python3 mafia.py number_of_players[int]`, for example imagine you want to play mafia with 5 players.
2832
```
2933
$python3 mafia.py 5
3034
```
31-
4. Getting roles
35+
4. <b>Getting roles</b>
36+
3237
There you go, now each player can open a browser and type `serverhost:port_name`.
3338

3439
In defualt mode your address should be `server_ip:5000`.

0 commit comments

Comments
 (0)