mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
manual ros-update
This commit is contained in:
parent
6875f341e0
commit
9193dc3e58
23
documents/ros-update.md
Normal file
23
documents/ros-update.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
ros-update - Update system installed from vcs
|
||||
|
||||
# Synopsis
|
||||
|
||||
* **ros update** system [system ...]
|
||||
* **ros update** method [params ...]
|
||||
|
||||
# Description
|
||||
|
||||
system
|
||||
|
||||
: a name specifying a system.
|
||||
|
||||
method
|
||||
|
||||
: currently supported method is `git`.
|
||||
|
||||
# Update system
|
||||
|
||||
When system are already installed and the system has `.git` in the system directory it invoke `git pull` and `ros install` the system.
|
||||
|
||||
# SEE ALSO
|
||||
_ros_(1), _ros-install_(1)
|
||||
Loading…
Reference in a new issue