We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed1ba4 commit 49cdf0cCopy full SHA for 49cdf0c
doc/md/QUICKSTART.md
@@ -29,10 +29,10 @@ $ wget ftp://shogun-toolbox.org/shogun/releases/3.1/sources/shogun-3.1.1.tar.bz2
29
$ tar xjf shogun-3.1.1.tar.bz2
30
31
$ wget ftp://shogun-toolbox.org/shogun/data/shogun-data-0.7.tar.bz2
32
-$ shogun-data-0.7.tar.bz2
+$ tar xjf shogun-data-0.7.tar.bz2
33
34
$ cd shogun-3.1.1
35
-$ rm data/
+$ rm -rv data/
36
$ ln -s ../shogun-data-0.7 data
37
```
38
0 commit comments