From a4453a2471c99a0d94cb6086427c0610d6736987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 21 Mar 2019 16:46:02 +0100 Subject: [PATCH] forgot to update main README with link to instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 5 ++++- README.md | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a7f49716..314c8a7a2 100644 --- a/Makefile +++ b/Makefile @@ -308,5 +308,8 @@ update-fleet-config: ##@other Update fleets configuration from fleets.status.im @go generate ./static @echo "Done" -run-mailserver: ##@Easy way to run a mailserver locally with Docker +run-bootnode: ##@Easy way to run a bootnode locally with Docker Compose + cd _assets/compose/bootnode/ && $(MAKE) + +run-mailserver: ##@Easy way to run a mailserver locally with Docker Compose cd _assets/compose/mailserver/ && $(MAKE) diff --git a/README.md b/README.md index a509d42bc..b70f77057 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ - [How To Build](https://status.im/build_status/status_go.html) - [How To Contribute](CONTRIBUTING.md) - [How To Release](RELEASING.md) -- [How To run a Mailserver](_assets/compose/mailserver/README.md) +- [How To run a Bootnode](_assets/compose/bootnode) +- [How To run a Mailserver](_assets/compose/mailserver) # License