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