From b68425c5d3330cd450ad9973dae06a0f96504034 Mon Sep 17 00:00:00 2001 From: jwalberg Date: Sat, 4 Feb 2023 17:45:19 -0600 Subject: [PATCH] Fixed typo in batch file instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cedaeff..9c4fa82 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ You can use one of the same `run.sh` files referenced above, but remove the `--a ### For non-WSL Windows Create a batch file 'tconnectsync.bat' file containing: -'\AppData\Local\Programs\Python\\Lib\site-packages\tconnectsync\main.py --auto-update" +'\AppData\Local\Programs\Python\\Lib\site-packages\tconnectsync\main.py" --auto-update If main.py doesn't exist in C:\Users\\AppData\Local\Programs\Python\\Lib\site-packages\tconnectsync\, create it to match the copy in this repository.