saving current changes
This commit is contained in:
8
install-binary.sh
Normal file
8
install-binary.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# This script setups up the project P2PRC
|
||||
echo '# Add the following paths to .bashrc or .zshrc based on the configuration you have set'
|
||||
echo export P2PRC=$PWD
|
||||
echo export PATH=$PWD:\${PATH}
|
||||
export P2PRC=${PWD}
|
||||
export PATH=${PWD}:${PATH}
|
||||
|
||||
./p2p-rendering-computation --dc
|
||||
Reference in New Issue
Block a user