updated installation docs

This commit is contained in:
2021-07-08 20:55:42 +04:00
parent 5e7f540802
commit 3e8a99b435
2 changed files with 11 additions and 3 deletions

View File

@@ -32,10 +32,18 @@ into a single binary
make install
```
### Set up configuration file
### Add appropriate paths to .bashrc
```
export P2PRC=/<PATH>/p2p-rendering-computation
export PATH=/<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
```

View File

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