From 47023b1c655c6bc609e755286505c2c8921b7a28 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 19 Nov 2018 02:12:49 +0100 Subject: [PATCH] readme update --- cryptocurrency/xmrigCC/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cryptocurrency/xmrigCC/README.md b/cryptocurrency/xmrigCC/README.md index c3fa276..2d65d52 100644 --- a/cryptocurrency/xmrigCC/README.md +++ b/cryptocurrency/xmrigCC/README.md @@ -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) ```