From c6ffd29fe9bcb140602748227990cc2539dc6569 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Thu, 9 Jan 2025 19:02:07 +0000 Subject: [PATCH] init --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec346be..2ea804b 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,22 @@ ## Usage 1. Build the project - '''bash - go build - ''' + +```bash +go build +``` + 2. Run the command - '''bash + + ```bash $ ./glitch_img Usage: go run main.go - ''' + ``` ### Example -'''bash +```bash ./glitch*img img.jpeg 100 30 2 -''' -Outputs 100 images into a destination folder \_output* with 30 random bytes of data, running through the file twice +``` + +Outputs 100 images into a destination folder _output_ with 30 random bytes of data, running through the file twice