diff --git a/README.md b/README.md index baf687b..d9692b7 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,19 @@ A directory/file syncing program with multi-core support. - Support for crc32, adler32, md5, sha1, sha224, sha256, sha384, sha512 checksums ## Usage - +--- ### 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: +You can either manually create the settings.ini file based on the provided one, or generate one using the setup utility.
+1. **Running the setup utility for settings.ini:**
+Run the python module with the following launch parameter: `--setup` -#### Manually setup settings.ini: -- Open the settings.ini file provided in the repository and modify the data as needed. - +2. **Manually setup settings.ini:**
+Open the settings.ini file provided in the repository and modify the data as needed. +--- ### Step 2) After setting up the settings.ini file, run the program: - As a module: `python FileSync/` +--- ## Optional Parameters ```