diff --git a/README.md b/README.md index 6d9e89c..da45867 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To get source code, use these command: ## Installation -To install vlibras-video-container for production, use these commands: +To install vlibras-translate-container for production, use these commands: ```sh $ docker build @@ -42,7 +42,21 @@ If you need to install for development, use these commands: ## Execution instructions -Execute each worker in the core folder +Execute the translator worker in the core folder: + +```sh + $ cd core + $ python translator.py +``` + +You can also run the worker through the process manager: + +```sh + $ cd core + $ python processManager.py +``` + +>Note: If an error occurs, the process manager re-executes the worker ## Contributors -- libgit2 0.21.2