Skip to content

Commit

Permalink
Fix git-lfs install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nepfaff committed Jan 25, 2024
1 parent 270d80c commit 5ea3700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Activate the environment:
poetry shell
```

Install `git lfs`:
Install `git-lfs`:

```bash
git lfs install
git lfs pull
git-lfs install
git-lfs pull
```

Optionally install the [learning_real2sim](https://github.com/liruiw/learning_real2sim) repo in development mode based on the
Expand Down

0 comments on commit 5ea3700

Please sign in to comment.