This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
setup [2019/05/22 02:25] 204.93.120.108 |
setup [2019/06/23 21:00] (current) 184.75.221.108 update linux snapshot method |
||
---|---|---|---|
Line 11: | Line 11: | ||
Linux import: | Linux import: | ||
- | <code>cd ~ && rm -Rf ~/.solo && mkdir .solo && cd .solo && wget https://minesolo.com/release/snapshot.tar.gz && tar xfv snapshot.tar.gz </code> | + | <code>cd ~ && rm -Rf ~/.solo && mkdir .solo && cd .solo && wget https://minesolo.com/release/snapshot.zip && unzip snapshot.zip </code> |
Note that if this is your first time to sync or you use a custom path you will not have these directories. Launching solod will create them or they can be created manually. Also, for Windows users C:\ProgramData is a hidden folder by default, it can be accessed by showing hidden folders or by typing __%programdata%\solo__ into the address line of file explorer or the run command (windows key + r). | Note that if this is your first time to sync or you use a custom path you will not have these directories. Launching solod will create them or they can be created manually. Also, for Windows users C:\ProgramData is a hidden folder by default, it can be accessed by showing hidden folders or by typing __%programdata%\solo__ into the address line of file explorer or the run command (windows key + r). |