From 47242e0c9cbd0b53c50713a15f259e75f090de16 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:25:35 +0100 Subject: [PATCH] Code quality fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bdfade..e561973 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.