From 177c4e198a48cae22874da9fe0e6e14a56909189 Mon Sep 17 00:00:00 2001 From: Tim Wu Date: Fri, 28 Apr 2017 00:14:04 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 903d80a..241310c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For example, contents in my file_list.txt are : ``` **Make sure one line one file in its absolute path.** -###Test +### Test Run file_sync.py in submodule file_sync ``` @@ -91,7 +91,7 @@ And when I check the remote git repository, all worked ok: * make a file named `com.wuzhiwei.filesync.plist` in `~/Library/LaunchAgents/` * fill the plist with content below - ```xml +``` @@ -116,7 +116,7 @@ And when I check the remote git repository, all worked ok: /Users/Tim/Documents/configs/file_sync/file_sync_output.log - ``` +``` * replace to your real path or username in lines below `REPLACE BELOW TO ...` * load the plist to system service: `launchctl load ~/Library/LaunchAgents/com.wuzhiwei.filesync.plist` * *if you want to unload the autorun service:* `launchctl unload ~/Library/LaunchAgents/com.wuzhiwei.filesync.plist`