forgot to update main README with link to instructions

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-21 16:46:02 +01:00 committed by Jakub
parent 2766372eca
commit a4453a2471
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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