Skip to content

Commit b745093

Browse files
authored
Update README.md
1 parent c1bf60a commit b745093

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ This is a little implementation of the Huffman code, I did it for fun so the cod
77
You can try running the code with a text file
88

99
```echo "this is the test" >> test.txt```
10-
Then compile all the files using the command "make" and run the new binary file created:
11-
```make```
12-
```./exec c test.txt```
13-
A file called compressed.bin is created, to decompress this file, use:
14-
```./exec d compressed.bin```
10+
11+
Then compile all the files using the command "make" and run the new binary file created
12+
13+
```make```
14+
```./exec c test.txt```
15+
16+
A file called compressed.bin is created, to decompress this file, use
17+
18+
```./exec d compressed.bin```
1519

1620
[To learn more about the Huffman code](https://fr.wikipedia.org/wiki/Codage_de_Huffman)

0 commit comments

Comments
 (0)