readme update

Cette révision appartient à :
VirtuBox 2018-11-19 02:12:49 +01:00
Parent e6b140a9bd
révision 47023b1c65
1 fichiers modifiés avec 8 ajouts et 7 suppressions

Voir le fichier

@ -1,18 +1,19 @@
## Script to install or update XMRIGCC Ubuntu 16.04/18.04 LTS with Gcc7/G++7
# Script to install or update XMRIGCC Ubuntu 16.04/18.04 LTS with Gcc7/G++7
## Compile xmrigcc from source and setup xmrigcc.service
### Compile xmrigcc from source and setup xmrigcc.service
```bash
bash <(wget -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/install.sh)
bash <(wget -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/install.sh)
```
## Update xmrigcc from source
### Update xmrigcc from source
```bash
bash <(wget --no-cache -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-source.sh)
bash <(wget --no-cache -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-source.sh)
```
### Update static xmrigcc build
## Update static xmrigcc build
```bash
bash <(wget --no-cache -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-static.sh)
bash <(wget --no-cache -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-static.sh)
```