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

Commit

Permalink
add git lfs clone option to the installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
gizemozd authored Jun 10, 2022
1 parent 5cf1c10 commit 331900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ To avoid any conflicts of python packages with your existing python environment,

**First, make sure that you have git-lfs (large file storage) installed on your local machine. Otherwise, please refer to this [link](https://github.com/git-lfs/git-lfs) to learn more about how to install the Git LFS.**

Then, you can download the repository on your local machine by running the following line in the terminal:
Then, you can download the repository on your local machine by running the following line in the terminal. If you are interested in downloading the blender model, run `git lfs clone` instead of `git clone`.
```bash
$ git clone https://github.com/NeLy-EPFL/NeuroMechFly.git
```
Expand Down

0 comments on commit 331900d

Please sign in to comment.