From ab033bd13377cfec38ce2e7939be17438d1bd9c1 Mon Sep 17 00:00:00 2001 From: Kirill Shklyaev Date: Tue, 14 Nov 2023 20:08:16 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5193976..d0bf60f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ Self-host for any-sync, designed for review and testing purposes. ## Usage * start stand - at the first run the directories `etc/` of configuration files and `storage/` for data storage will be generated: + + For Linux, MacOS and other nix* systems: ``` make start ``` - If for some reason you do not have the make utility or you are a Windows user, use the following commands: + For Windows (Run this in PowerShell, not cmd.exe): ``` # Generate config docker build -t generateconfig -f Dockerfile-generateconfig .