Update README.md

This commit is contained in:
Gaurav Gosain
2022-09-18 22:48:50 +04:00
committed by GitHub
parent 9e0b28bde5
commit f1ed6c0e45

View File

@@ -62,11 +62,11 @@ This project aims to create a peer to peer (p2p) network, where a user can use t
make install
```
- If you look closely you will get outputs such as:
// Add them to your .bashrc file
export P2PRC=/<path>/p2p-rendering-computation
export PATH=/<path>/p2p-rendering-computation:${PATH}
```
// Add them to your .bashrc file
export P2PRC=/<path>/p2p-rendering-computation
export PATH=/<path>/p2p-rendering-computation:${PATH}
```
5. Test if it works
```