Skip to content

Commit 1762b10

Browse files
committed
fixup! datasets: initial
1 parent 4acd48d commit 1762b10

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

DEV.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,8 @@ npm --version
7575

7676
**3.** Clone the repository
7777

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-
8378
```
84-
git clone --recurse-submodules git@github.com:epfml/disco.git
79+
git clone git@github.com:epfml/disco.git
8580
cd disco
8681
```
8782

datasets/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22

33
This directory contains a selection of raw datasets.
44

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-
95
Run `./populate` to get all.

0 commit comments

Comments
 (0)