diff --git a/documents/ros-update.md b/documents/ros-update.md new file mode 100644 index 0000000..f52dd6f --- /dev/null +++ b/documents/ros-update.md @@ -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)