Commit ec94c13728e8c3b48cea4393102c8704eebe22d7
1 parent
b4e7f95c
Fix running instructions
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -13,7 +13,7 @@ the command will produce a JAR file containing all the dependencies the target f |
13 | 13 | |
14 | 14 | #### Convert the Wikipedia XML to JSON #### |
15 | 15 | |
16 | - java target/json-wikipedia-1.0.0-jar-with-dependencies.jar it.cnr.isti.hpc.wikipedia.cli.MediawikiToJsonCLI -input wikipedia-dump.xml.bz -output wikipedia-dump.json[.gz] -lang [en|it] | |
16 | + java -cp target/json-wikipedia-1.0.0-jar-with-dependencies.jar it.cnr.isti.hpc.wikipedia.cli.MediawikiToJsonCLI -input wikipedia-dump.xml.bz -output wikipedia-dump.json[.gz] -lang [en|it] | |
17 | 17 | |
18 | 18 | or |
19 | 19 | ... | ... |