Skip to content

Commit f8faf01

Browse files
Update Introducing-Turtlesim.rst for zsh commands (ros2#4508) (ros2#4536)
Adding single quotes around the rqt commands so they run in zsh Signed-off-by: Vignesh Vembar <[email protected]> (cherry picked from commit 9489d96) Co-authored-by: Vignesh Vembar <[email protected]>
1 parent 2997d8d commit f8faf01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Beginner-CLI-Tools/Introducing-Turtlesim/Introducing-Turtlesim.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ Open a new terminal to install ``rqt`` and its plugins:
151151
152152
sudo apt update
153153
154-
sudo apt install ~nros-{DISTRO}-rqt*
154+
sudo apt install '~nros-{DISTRO}-rqt*'
155155
156156
.. group-tab:: RHEL
157157

158158
.. code-block:: console
159159
160-
sudo dnf install ros-{DISTRO}-rqt*
160+
sudo dnf install 'ros-{DISTRO}-rqt*'
161161
162162
.. group-tab:: macOS
163163

0 commit comments

Comments
 (0)