From cbaa5429e32e8b6abeeb894e19690e2049632a7c Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:34:38 +0100 Subject: [PATCH] Code quality changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e561973..943a553 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ fmsync ensures that a Markdown file's created date is synchronised with the `cre # Installation There are not yet any official releases. To install on Windows: - 1. Clone the repository - 2. Run `/build/publish.ps1` - 3. Run `/build/local-install.ps1` +1. Clone the repository +2. Run `/build/publish.ps1` +3. Run `/build/local-install.ps1` You should add the command line app's path to your `PATH` environment variable: `C:\Program Files\fmsync\console`. The watcher service will be automatically started, watching the folder specified in its `appSettings.config` file.