From 3a05b37b4067766d7d7143a84e31b2b3e595cf67 Mon Sep 17 00:00:00 2001 From: GOUNON Eliakim <127695637+eliakimceleste@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:32:14 +0100 Subject: [PATCH] Update ros.mdx --- it/ros.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it/ros.mdx b/it/ros.mdx index 668a9d5..0d92545 100644 --- a/it/ros.mdx +++ b/it/ros.mdx @@ -199,7 +199,7 @@ graph TD If you don’t want to have to source the setup file every time you open a new shell, then you can add the command to your shell startup script: ``` - gedit ~/bashrc + gedit ~/.bashrc ``` In the file that opens, complete the following lines: ``` @@ -211,4 +211,4 @@ graph TD ### Build the workspace ``` colcon build --symlink-install - ``` \ No newline at end of file + ```