diff --git a/Docs/Installation.md b/Docs/Installation.md index a5cb1c5..f54f942 100644 --- a/Docs/Installation.md +++ b/Docs/Installation.md @@ -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=~//p2p-redering-computation:${PATH} -``` #### Note: The steps on how to use the commands will be added later.