From ba5c6f942e5b34c8f1638c6cdcb2dcf6dfaaf2e5 Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Sun, 12 May 2024 17:20:43 -0700 Subject: [PATCH] Update README.md to fix http --- ubuntu_2204/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_2204/README.md b/ubuntu_2204/README.md index 3848b71..954ea8f 100644 --- a/ubuntu_2204/README.md +++ b/ubuntu_2204/README.md @@ -52,7 +52,7 @@ catkin_tools is needed to catkin build (but if catkin_make is preferred then thi ``` cd ~/other/src # git clone git@github.com:lucasw/catkin_tools --branch sanitize_cmake_prefix_path -git clone https:github.com/lucasw/catkin_tools --branch sanitize_cmake_prefix_path +git clone https://github.com/lucasw/catkin_tools --branch sanitize_cmake_prefix_path cd catkin_tools python3 setup.py install --prefix=$DEST --record install_manifest.txt --single-version-externally-managed ```