mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Change bitmonero to monero in VPS guide
This commit is contained in:
parent
b3d1e6537b
commit
6a6583a6cb
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
mkdir bitmonero
|
||||
tar -xjvf linux64 -C bitmonero
|
||||
mkdir monero
|
||||
tar -xjvf linux64 -C monero
|
||||
|
||||
### Launch the daemon
|
||||
|
||||
cd bitmonero
|
||||
cd monero
|
||||
./monerod
|
||||
|
||||
### Options:
|
||||
|
|
Loading…
Reference in a new issue