From cee3fa0430ad06b66a21bb1bb62f1af974e2a0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20=5B=EC=A0=9C=EC=9D=B4=EC=8A=A8=20=EC=A0=9C?= =?UTF-8?q?=EB=A1=AC=5D?= Date: Tue, 26 May 2020 13:28:03 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 06b8718..baf687b 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,18 @@ A directory/file syncing program with multi-core support. - Support for crc32, adler32, md5, sha1, sha224, sha256, sha384, sha512 checksums ## Usage -1) Setup the settings.ini file + +### Step 1) Setup the settings.ini file - You can either manually create the settings.ini file based on the provided one, or generate one using the setup utility. #### Running the setup utility for settings.ini: - Run the python module with the following launch parameter: -` ---setup -` +`--setup` #### Manually setup settings.ini: - Open the settings.ini file provided in the repository and modify the data as needed. -2) After setting up the settings.ini file, run the program: +### Step 2) After setting up the settings.ini file, run the program: - As a module: -` -python FileSync/ -` +`python FileSync/` ## Optional Parameters ```