Commit d7b8e607 by Amelin Konstantin

Some changes in README.md

parent 91f9a273
...@@ -40,14 +40,14 @@ sbt assembly ...@@ -40,14 +40,14 @@ sbt assembly
4) Положить run.sh, run.bat, converter.jar, readme.txt, LICENSE.txt в отдельную папку 4) Положить run.sh, run.bat, converter.jar, readme.txt, LICENSE.txt в отдельную папку
5) inputDirPath - путь к директории входящих сообщений. outputDirPath - путь к директории сконвертированных сообщений. 5) inputPath - путь к директории входящих сообщений. outputPath - путь к директории сконвертированных сообщений.
6) Запуск в *nix 6) Запуск в *nix
``` ```
./run.sh inputDirPath outputDirPath ./run.sh inputPath outputPath
``` ```
7) Запуск в Windows 7) Запуск в Windows
``` ```
run inputDirPath outputDirPath run inputPath outputPath
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment