File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,8 @@ npm --version
75
75
76
76
** 3.** Clone the repository
77
77
78
- As we are using some huge files in the repository, you'll need to install [ ` git-lfs ` ] ( https://git-lfs.com ) .
79
- Be sure to run ` git lfs install ` after installing it.
80
-
81
- We are using git submodules, so we need to also clone theses.
82
-
83
78
```
84
- git clone --recurse-submodules git@github.com:epfml/disco.git
79
+ git clone git@github.com:epfml/disco.git
85
80
cd disco
86
81
```
87
82
Original file line number Diff line number Diff line change 2
2
3
3
This directory contains a selection of raw datasets.
4
4
5
- You'll need [ ` git-lfs ` ] ( https://git-lfs.com ) to get some of theses.
6
- After installation, run ` git lfs install ` to install
7
- the [ git hooks] ( https://git-scm.com/docs/githooks ) in disco.
8
-
9
5
Run ` ./populate ` to get all.
You can’t perform that action at this time.
0 commit comments