Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CVS-35316 (#2072) #2670

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install_guides/deployment-manager-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Interactive mode provides a user-friendly command-line interface that will guide
./deployment_manager.py
```
2. The target device selection dialog is displayed:
![Deployment Manager selection dialog](../img/selection_dialog.png "Deployment Manager selection dialog")
![Deployment Manager selection dialog](../img/selection_dialog.png)
Use the options provided on the screen to complete selection of the target devices and press **Enter** to proceed to the package generation dialog. if you want to interrupt the generation process and exit the program, type **q** and press **Enter**.
3. Once you accept the selection, the package generation dialog is displayed:
![Deployment Manager configuration dialog](../img/configuration_dialog.png "Deployment Manager configuration dialog")
![Deployment Manager configuration dialog](../img/configuration_dialog.png)
1. The target devices you have selected at the previous step appear on the screen. If you want to change the selection, type **b** and press **Enter** to go back to the previous screen.

2. Use the options provided to configure the generation process, or use the default settings.
Expand Down