Change bitmonero to monero in VPS guide

This commit is contained in:
xmr-eric 2016-12-07 16:31:50 -05:00 committed by GitHub
parent b3d1e6537b
commit 6a6583a6cb

View File

@ -28,12 +28,12 @@ Example if using `iptables`: `sudo iptables -A INPUT -p tcp --dport 18080 -j ACC
### Make a directory and extract the files. ### Make a directory and extract the files.
mkdir bitmonero mkdir monero
tar -xjvf linux64 -C bitmonero tar -xjvf linux64 -C monero
### Launch the daemon ### Launch the daemon
cd bitmonero cd monero
./monerod ./monerod
### Options: ### Options: