Skip to content

Commit

Permalink
Fix ln command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
killthekitten authored Mar 4, 2018
1 parent f7989ee commit 5721eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I did almost no changes to the original code, except for:

```bash
git clone https://github.com/lopuhin/kaggle-dsbowl-2018-dataset-fixes ../kaggle-dsbowl-2018-dataset-fixes
ln -s stage1_train ../kaggle-dsbowl-2018-dataset-fixes/stage1_train
ln -s ../kaggle-dsbowl-2018-dataset-fixes/stage1_train stage1_train
```

2. Download the rest of the official dataset and unzip it to the repo:
Expand Down

0 comments on commit 5721eca

Please sign in to comment.