forgot to update main README with link to instructions
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2766372eca
commit
a4453a2471
5
Makefile
5
Makefile
|
@ -308,5 +308,8 @@ update-fleet-config: ##@other Update fleets configuration from fleets.status.im
|
||||||
@go generate ./static
|
@go generate ./static
|
||||||
@echo "Done"
|
@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)
|
cd _assets/compose/mailserver/ && $(MAKE)
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
- [How To Build](https://status.im/build_status/status_go.html)
|
- [How To Build](https://status.im/build_status/status_go.html)
|
||||||
- [How To Contribute](CONTRIBUTING.md)
|
- [How To Contribute](CONTRIBUTING.md)
|
||||||
- [How To Release](RELEASING.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
|
# License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue