From 2a1b4eed70c3044961c12102d024a15bc4753ac4 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 8 Dec 2023 17:10:44 -0500 Subject: [PATCH] updated readme for proper separation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e40e81..612daf6 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ This is a calculator written in Go to process a text file of a large list of UPC #### Create Directory and "Install" Program 1. Create a directory, that you will remember and is easy to to type, to copy the binary (checkdigitcalc.exe) into. 2. Copy the binary into that directory. + #### Prepare Text File 1. Open a Text Editor and Paste UPCs (taking care to remove any Alphabet characters). 2. Save the file with any name you want ending in .txt or .csv in the directory where you put the program. (i.e. upcs.txt) + #### Run the Program 1. Copy the location of the directory from File Explorer 2. Open cmd.exe or PowerShell