Skip to content

Commit

Permalink
Update README.md for git-lfs instructions
Browse files Browse the repository at this point in the history
Related to space-ros#18
  • Loading branch information
franklinselva committed Sep 9, 2024
1 parent be47b29 commit d91836f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ The work is based on Nvidia's IsaacSim. The changes are tested on Ubuntu 22.04.
2. Clone the repository to your local machine in your desired location. Run the following command in the terminal:
```bash
git clone https://github.com/space-ros/simulation.git

# This project used git-lfs for large files. Make sure you have git-lfs installed.
# If not, you can install it by running the following command:
# sudo apt-get install git-lfs

# Now, you can pull the repository with git-lfs
cd simulation
git lfs pull
```
3. The repository contains two folders in the root directory:
- `extensions`: Contains the extensions for IsaacSim
Expand Down

0 comments on commit d91836f

Please sign in to comment.