From 4c9ed0d7644ccac482a0aed05a0c99b687356666 Mon Sep 17 00:00:00 2001 From: Kirill Shklyaev Date: Tue, 23 Jan 2024 19:58:58 +0000 Subject: [PATCH] Added information on how to use config file --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c4a1e23..19b0036 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ generate_config: start: generate_config docker compose up -d + @echo "Done! Upload your self-hosted network configuration file ${CURDIR}/etc/client.yml into the client app" + @echo "See: https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks" stop: docker compose stop