Skip to content

Commit 49cdf0c

Browse files
author
Thoralf Klein
committed
Fixed commands regard downloading and preparing shogun-data.
1 parent eed1ba4 commit 49cdf0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/md/QUICKSTART.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ $ wget ftp://shogun-toolbox.org/shogun/releases/3.1/sources/shogun-3.1.1.tar.bz2
2929
$ tar xjf shogun-3.1.1.tar.bz2
3030
3131
$ wget ftp://shogun-toolbox.org/shogun/data/shogun-data-0.7.tar.bz2
32-
$ shogun-data-0.7.tar.bz2
32+
$ tar xjf shogun-data-0.7.tar.bz2
3333
3434
$ cd shogun-3.1.1
35-
$ rm data/
35+
$ rm -rv data/
3636
$ ln -s ../shogun-data-0.7 data
3737
```
3838

0 commit comments

Comments
 (0)