Hardcoded username directory replaced with ~ (#494)

This change will cd to the current user's directory, rather than /home/username
This commit is contained in:
Daniel Shakhmundes 2018-06-14 11:09:31 -04:00 committed by Neil
parent 50e2785256
commit b21987fb4c

View File

@ -6,7 +6,7 @@
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update && sudo apt-get install python3.6 python3.6-dev
cd /home/username
cd ~
git clone https://github.com/kyuupichan/electrumx.git
cd electrumx
sudo python3.6 setup.py install