From 8d187585737dd6398bf14400dec85e3ba4229571 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:31:03 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9692b7..bc0b24d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A directory/file syncing program with multi-core support. ## Usage --- -### Step 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.
1. **Running the setup utility for settings.ini:**
Run the python module with the following launch parameter: @@ -21,7 +21,7 @@ Run the python module with the following launch parameter: 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: +#### Step 2) After setting up the settings.ini file, run the program: - As a module: `python FileSync/` ---