Skip to content

Commit 78fc33c

Browse files
authored
Update README.md
1 parent de6fe82 commit 78fc33c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ cargo build --release
130130

131131
```bash
132132
# Single file, Zstd (default)
133-
6cy pack --output <OUTPUT> <INPUT>
133+
6cy pack -o archive.6cy file.bin
134134

135+
# LZMA codec
136+
6cy pack a.txt --output a.6cy --codec lzma
135137

136138
```
137139

0 commit comments

Comments
 (0)