From 332c5508594a37aa0901c3a3bbce888cc2a97e03 Mon Sep 17 00:00:00 2001 From: Igor Bogoslavskyi Date: Tue, 30 May 2017 15:04:12 +0200 Subject: [PATCH] clarify usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e51fd5d..d17e35d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ Currently the easiest way to install this verb is from `PyPI`: ``` ## How to use ## +Both available subverbs should be used after `dependencies` verb +(or its shorter version `deps`) from within of a catkin workspace. ### `fetch` ### -Should be used from a catkin workspace as follows: ``` catkin dependencies fetch --default_url YOUR_DEFAULT_URL ```