mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-27 02:20:40 +02:00
Fix integration test (#103)
It broke because the `tar` tldr page was changed upstream :)
This commit is contained in:
parent
055758dba8
commit
ed3e4baac5
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
`tar czf {{target.tar.gz}} {{file1}} {{file2}} {{file3}}`
|
||||
|
||||
- Create a gzipped archive from a directory using relative paths:
|
||||
|
||||
`tar czf {{target.tar.gz}} -C {{path/to/directory}} .`
|
||||
|
||||
- Extract a (compressed) archive into the current directory:
|
||||
|
||||
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue