diff --git a/README.md b/README.md index 0f291d6..8dd053b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ Requirements: ### Download Pacakage If you need to modify the code or ensure you have the latest update you will need to clone this repo then build the package. + $ mkdir -p ~/catkin_ws/src + $ cd ~/catkin_ws/src $ git clone --branch noetic https://github.com/canlab-co/ros_v4l2_camera.git - $ cd ~/ros_v4l2_camera + $ cd ~/catkin_ws $ catkin_make $ source devel/setup.bash