updated docs

This commit is contained in:
2021-05-24 20:54:17 +04:00
parent 49cd37624f
commit cbe6e682d2

View File

@@ -13,6 +13,7 @@ in the developer community. In the server module we use the Docker Go API to cre
interact with the containers.
[Instructions to install docker](https://docs.docker.com/get-docker/)
[Instructions to install docker GPU](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker)
````
Do ensure that the docker command does not need sudo to run
@@ -27,7 +28,7 @@ make install
### Test if binary works
```
./p2p-rendering-computation --help
p2prc --help
```
#### Output:
```
@@ -60,10 +61,6 @@ GLOBAL OPTIONS:
```
### Add command to .bashrc or .zshrc
```
export PATH=~/<Project Path>/p2p-redering-computation:${PATH}
```
#### Note: The steps on how to use the commands will be added later.