Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 7d2814b

Browse files
committed
Merge pull request #33 from melpomene/cleanupreadme
Improved markup in README.md
2 parents 26213e8 + 67f2d27 commit 7d2814b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,23 @@ You will need Python and pip installed on your system.
1111

1212
To install all python requirements, run:
1313

14-
# pip install -r requirements.txt
14+
```bash
15+
pip install -r requirements.txt
16+
```
1517

1618
After that, run:
1719

18-
# make
20+
21+
```bash
22+
make
23+
```
1924

2025
If everything has installed fine, you should get a message that everything went OK.
2126

2227
You can now start the server with:
2328

24-
# python openbazaard.py start
25-
29+
```bash
30+
python openbazaard.py start
31+
```
2632

2733

0 commit comments

Comments
 (0)