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
```