mirror of
https://github.com/ilyakooo0/xmrig-autoinstall.git
synced 2024-11-25 18:13:57 +03:00
Update README.md
This commit is contained in:
parent
6d74f14aa7
commit
c45a8a2d8f
17
README.md
17
README.md
@ -55,6 +55,23 @@ chmod +x *.sh
|
||||
|
||||
```
|
||||
|
||||
Each time you run the script, you must run the following prior to proceeding:
|
||||
```
|
||||
# CHANGE TO INSTALL DIR
|
||||
cd /home/USER/somedir/
|
||||
|
||||
nano .config
|
||||
|
||||
source .config
|
||||
|
||||
# RUN THIS TO INSTALL XMRIG (GENERAL)
|
||||
./xmrig-installer.sh
|
||||
|
||||
# RUN THIS TO INSTALL XMRIG (HIVEOS - RUN IN HIVE SHELL)
|
||||
./hiveos-xmrig-installer.sh
|
||||
|
||||
```
|
||||
|
||||
### Update Git Sources (scripts)
|
||||
Probably do this weekly for now until main parts of these scripts are done. Will add auto-update script repos in future.
|
||||
You must manually initiate the installation/reconfiguration scripts.
|
||||
|
Loading…
Reference in New Issue
Block a user