Skip to content

Commit 5cbc834

Browse files
author
Yi D
committed
Help GitHub's buggy Markdown engine order lists
1 parent e271b49 commit 5cbc834

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

README.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
LDOCE5 Viewer
2-
=============
1+
#LDOCE5 Viewer
32

43
The LDOCE5 Viewer is an alternative dictionary viewer for the Longman Dictionary of Contemporary English 5th Edition (LDOCE 5).
54

@@ -10,8 +9,7 @@ It runs on Linux and Microsoft Windows.
109
This software is free and open source software licensed under the terms of GPLv3.
1110

1211

13-
Prerequisites
14-
-------------
12+
##Prerequisites
1513

1614
* Longman Dictionary of Contemporary English 5th Edition (DVD-ROM)
1715

@@ -38,8 +36,7 @@ Prerequisites
3836
- `gstreader0.10-plugins-good` & `gstreamer0.10-plugins-ugly` (Ubuntu/Mint/Debian), `gst-plugins-good` & `gst-plugins-ugly` (Arch Linux)
3937

4038

41-
Installation
42-
------------
39+
##Installation
4340

4441
###Linux
4542

@@ -51,10 +48,10 @@ For Arch Linux, two packages [ldoce5viewer](https://aur.archlinux.org/packages/l
5148

5249
1. Enter the following commands in the terminal:
5350

54-
```bash
55-
$ make build
56-
$ sudo make install
57-
```
51+
```bash
52+
$ make build
53+
$ sudo make install
54+
```
5855

5956
2. Copy the 'ldoce5.data' directory from the LDOCE5 DVD-ROM to an arbitrary location in your HDD or SSD.
6057

@@ -66,15 +63,17 @@ $ sudo make install
6663

6764
(for advanced users)
6865

69-
1. Install MacPorts
70-
71-
2. Install the following ports:
72-
73-
- python27 (or python3x)
74-
- py27-pyqt4
75-
- py27-lxml
76-
- py27-whoosh
77-
- py27-pyobjc-cocoa
78-
79-
3. Run the LDOCE5 Viewer
66+
<ol>
67+
<li><p>Install MacPorts</p></li>
68+
<li><p>Install the following ports:</p>
69+
<ul>
70+
<li>python27 (or python3x)</li>
71+
<li>py27-pyqt4</li>
72+
<li>py27-lxml</li>
73+
<li>py27-whoosh</li>
74+
<li>py27-pyobjc-cocoa</li>
75+
</ul>
76+
</li>
77+
<li><p>Run the LDOCE5 Viewer</p></li>
78+
</ol>
8079

0 commit comments

Comments
 (0)