Skip to content

Commit 07dbfe9

Browse files
committed
Fixing formatting
1 parent 5aec732 commit 07dbfe9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@ the size becomes 1.3GB.
1010

1111
1. Uncompress the archive.
1212

13-
tar xvf dataset.tgz
14-
13+
```
14+
tar xvf dataset.tgz
15+
```
1516
2. Load the emails into Elasticsearch.
1617

17-
npm install # if you haven't run this already
18-
./load_into_es.sh
18+
```
19+
npm install # if you haven't run this already
20+
./load_into_es.sh
21+
```
1922

2023
3. Load the emails in MySQL.
2124

22-
./load_into_mysql.sh
25+
```
26+
./load_into_mysql.sh
27+
```
2328

2429
## Appendix
2530

0 commit comments

Comments
 (0)