From 263a116b3efa8651afc19cf0f31ecb4cec47a84a Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Fri, 19 Jun 2020 11:46:37 -0700 Subject: [PATCH] add instructions for updating diagram --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bde8722003..1cec79ed43 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,12 @@ Add peer: 52.3.158.184:30303 Geth/v1.7.3-unstable-479aa61f/linux-amd64/go1.9 (et Remove peer: 52.169.42.101:30303 (peer disconnect, reason code: 16) (total: 1) ``` +## Developer + +### Diagram Updates + +To update the structure diagram files in the root folder open the `devp2p.drawio` file in [draw.io](https://draw.io/), make your changes, and open a PR with the updated files. Export `svg` and `png` with `border` `width=20` and `transparency=false`. For `png` go to "Advanced" and select `300 DPI`. + ## General References ### Other Implementations