Commit e48338b5 by Amelin Konstantin

Change README.md

parent ecf6815e
......@@ -31,12 +31,15 @@ sbt ~test
## Запуск проекта production mode
1) Для отключения детального логгирования установить **debug = false** в src/main/resources/application.conf
2) Сборка проекта
```
sbt assembly
```
3) В ProjectRoot/target/scala-y.z появится converter.jar
4) Положить run.sh, run.bat, converter.jar, LICENSE.txt в отдельную папку
5) Запуск в *nix
```
./run.sh INPUT OUTPUT
......
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