From 9b90e7019cd6220d8a251e222e5e721164fd84cf Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Mon, 23 Dec 2024 11:57:07 +0100 Subject: [PATCH] README: add '-b ' to git clone instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c63f66a..53bd67de 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See [zenoh_cpp_vendor/CMakeLists.txt](./zenoh_cpp_vendor/CMakeLists.txt) for mor ```bash mkdir ~/ws_rmw_zenoh/src -p && cd ~/ws_rmw_zenoh/src -git clone https://github.com/ros2/rmw_zenoh.git +git clone https://github.com/ros2/rmw_zenoh.git -b cd ~/ws_rmw_zenoh rosdep install --from-paths src --ignore-src --rosdistro -y # replace with ROS 2 distro of choice source /opt/ros//setup.bash # replace with ROS 2 distro of choice