From 8873ca39d62982d02bb53239e511d4b802ba995d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20Bosnal=C4=B1?= Date: Fri, 17 Jun 2022 15:55:25 -0700 Subject: [PATCH] Add git clone command to installation part --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fdd0f3..77e14dd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Use the links for installation guides. Versions are important. * **For Jetson** - [Jetpack 4.6.1](https://developer.nvidia.com/embedded/jetpack) (Ubuntu is included in Jetpack) ### Installation -* Clone the repo. You will need to enter [a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) instead of your GitHub password. +* Clone the repo with the command below. You will need to enter [a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) instead of your GitHub password. +``` +git clone https://github.com/UBCAgroBot/jetson-ros-workspace.git +``` * Open a terminal and navigate into the jetson-ros-workspace folder * Use the command below to install ROS and to complete other steps. ```