Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Add git clone command to installation part
Browse files Browse the repository at this point in the history
  • Loading branch information
CihanBosnali authored Jun 17, 2022
1 parent 5f64698 commit 8873ca3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 8873ca3

Please sign in to comment.