diff --git a/Docs/Installation.md b/Docs/Installation.md index f475db6..861121b 100644 --- a/Docs/Installation.md +++ b/Docs/Installation.md @@ -32,10 +32,18 @@ into a single binary make install ``` -### Set up configuration file +### Add appropriate paths to .bashrc +``` +export P2PRC=//p2p-rendering-computation +export PATH=//p2p-rendering-computation:${PATH} +``` + +### Set up configuration file ``` make configfile ``` +Open the config file ```config.json``` and add the IPv6 address +if you have one. ### Test if binary works ``` diff --git a/p2p/ip_table.json b/p2p/ip_table.json index 38e0b20..cdb78ef 100644 --- a/p2p/ip_table.json +++ b/p2p/ip_table.json @@ -3,14 +3,14 @@ { "ipv4": "", "ipv6": "2001:8f8:172d:7e27:f1ba:1531:413f:1177", - "latency": 435699, + "latency": 500894, "download": 0, "upload": 0 }, { "ipv4": "172.104.44.195", "ipv6": "", - "latency": 0, + "latency": 140786917, "download": 0, "upload": 0 }