Commit 905a8ea
RamiR
docs: fix tar command in installation instructions
The installation instructions had 'tar cvfz' which creates an archive,
but it should be 'tar xvfz' to extract the downloaded archive.
- Changed 'cvfz' (create) to 'xvfz' (extract)1 parent 897eb2d commit 905a8ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments