From e68bc7681ae80a7b6398aed1f645a91c3886a9d6 Mon Sep 17 00:00:00 2001 From: PlexSheep <58274330+PlexSheep@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:34:49 +0100 Subject: [PATCH] Update README.md --- huffman/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/huffman/README.md b/huffman/README.md index f3513fe..c657e45 100644 --- a/huffman/README.md +++ b/huffman/README.md @@ -2,8 +2,9 @@ the testfiles folder is unpopulated and not staged through gitignore, as it might contain large files. use the following command to populate it or create your own testfiles. -dd if=/dev/urandom of=10K-random.img count=1K -dd if=/dev/urandom of=10K-random.img count=1M +``dd if=/dev/urandom of=10K-random.img count=1K`` + +dd if=/dev/urandom of=10K-random.img count=1M`` ...