Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -48,13 +48,13 @@ To start the service, follow the steps below ``` 5. Edit invoker_sdk_config.json with the correct configuration 6. To deploy the service, run the following command in an Ubuntu or MacOS terminal. To stop the invoker just press Ctrl+C or Command+C 6. To deploy the service, run the following commands in an Ubuntu or MacOS terminal. To stop the invoker just press Ctrl+C or Command+C ``` chmod +x start_invoker.sh ./start_invoker.sh <Participant name or username> ``` 7. To remove the files of the invoker instance (invoker_info, logs and pkl file), execute the following command. 7. To remove the files of the invoker instance (invoker_info, logs and pkl file), execute the following commands. ``` chmod +x clean_files.sh ./clean_files.sh Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -48,13 +48,13 @@ To start the service, follow the steps below ``` 5. Edit invoker_sdk_config.json with the correct configuration 6. To deploy the service, run the following command in an Ubuntu or MacOS terminal. To stop the invoker just press Ctrl+C or Command+C 6. To deploy the service, run the following commands in an Ubuntu or MacOS terminal. To stop the invoker just press Ctrl+C or Command+C ``` chmod +x start_invoker.sh ./start_invoker.sh <Participant name or username> ``` 7. To remove the files of the invoker instance (invoker_info, logs and pkl file), execute the following command. 7. To remove the files of the invoker instance (invoker_info, logs and pkl file), execute the following commands. ``` chmod +x clean_files.sh ./clean_files.sh Loading