Skip to content

Commit 9aff5aa

Browse files
Updated README.md (-L command on deploy script)
Clarified the description/function of the -L command on the deploy script
1 parent db18caa commit 9aff5aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,13 @@ You are now set for rapid deployment and development!
313313
- -R will ask the user for which rovers they wish to connect with and start sending information back to the workstation GUI
314314

315315
```./deploy.sh -L```
316-
- -L compile and package the repository that they are CURRENTLY running the script from, then ask for target robots to transfer, unpack, the repo in. 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:
316+
- -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.
317+
318+
- ex.) ```./deploy.sh -L``` means the local repo is compiled and compressed
319+
320+
- 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
321+
322+
- 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:
317323
+ Typing '-RC' recompiles the code base the user is currently using to deploy to a swarmie and repackages it for transfer
318324

319325
```deploy.sh -G {branch}```

0 commit comments

Comments
 (0)