Merge pull request #42 from Akilan1999/update-install-docs
updated installation docs
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user