Skip to content

Commit bbbf63a

Browse files
authored
Merge pull request #107 from BCLab-UNM/bug-L-command_script
Update README.md
2 parents 26f1376 + 9aff5aa commit bbbf63a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,14 @@ You are now set for rapid deployment and development!
330330
- -R will ask the user for which rovers they wish to connect with and start sending information back to the workstation GUI
331331

332332
```./deploy.sh -L```
333-
- -L will give users the ability to compile and package the repository that they are CURRENTLY running the script from, transfer, unpack, and start sending information back to the workstation automatically. This option has a unique option to assist users in rapid development:
334-
+ Typing '-RC' recompiles the code base the user is currently using to deploy to a swarmie
333+
- -L will compile and compress the local repository from which the script was run. Then the user is prompted for a list of rovers that will receive the repository. The code is unpacked on the specified rovers and the nodes started.
334+
335+
- ex.) ```./deploy.sh -L``` means the local repo is compiled and compressed
336+
337+
- Rover Name/IP To Start: ```R17 R18 R19``` means the packaged local repo is sent to R17 R18 R19 and then those nodes are started
338+
339+
- If changes are made to the local repo they will not take affect as part of the transfer until the script is made aware of the changes. This is done by using the -RC command in place of a target rover id:
340+
+ Typing '-RC' recompiles the code base the user is currently using to deploy to a swarmie and repackages it for transfer
335341

336342
```deploy.sh -G {branch}```
337343
(where branch is the desired branch you wish to pull)

0 commit comments

Comments
 (0)