summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUnknown <fireice2@o2.pl>2017-11-18 21:44:09 +0000
committerUnknown <fireice2@o2.pl>2017-11-18 21:44:09 +0000
commitfd38122c2f658694010e14ba97a067ca7700a7b2 (patch)
tree117a754a04ac3babd0cad2d888e3fca70721f548 /doc
parentf222bd38759eb53376c5c4bedfebe8abcf8c0b30 (diff)
downloadxmr-stak-fd38122c2f658694010e14ba97a067ca7700a7b2.zip
xmr-stak-fd38122c2f658694010e14ba97a067ca7700a7b2.tar.gz
Update docs
rename to make it clearer that this is a linux binary
Diffstat (limited to 'doc')
-rw-r--r--doc/Linux_deployment.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Linux_deployment.md b/doc/Linux_deployment.md
index e464e45..caf762c 100644
--- a/doc/Linux_deployment.md
+++ b/doc/Linux_deployment.md
@@ -1,9 +1,9 @@
# Deploying portable **XMR-Stak** on Linux systems
-XMR-Stak releases include a pre-built portable version. If you are simply using it to avoid having to compile the application, you can simply download **xmr-stak-portable-bin.tar.gz** from our [latest releases](https://github.com/fireice-uk/xmr-stak/releases/latest). Open up command line, and use the following commands:
+XMR-Stak releases include a pre-built portable version. If you are simply using it to avoid having to compile the application, you can simply download **xmr-stak-portbin-linux.tar.gz** from our [latest releases](https://github.com/fireice-uk/xmr-stak/releases/latest). Open up command line, and use the following commands:
```
-tar xzf xmr-stak-portable-bin.tar.gz
+tar xzf xmr-stak-portbin-linux.tar.gz
./xmr-stak.sh
```
@@ -13,9 +13,9 @@ For automatic deployments, please use the steps above to obtain config.txt and u
```
#!/bin/bash
-curl -O `curl -s https://api.github.com/repos/fireice-uk/xmr-stak/releases/latest | grep -o 'browser_download_url.*xmr-stak-portable-bin.tar.gz' | sed 's/.*"//'`
+curl -O `curl -s https://api.github.com/repos/fireice-uk/xmr-stak/releases/latest | grep -o 'browser_download_url.*xmr-stak-portbin-linux.tar.gz' | sed 's/.*"//'`
curl -O http://path.to/your/config.txt
-tar xzf xmr-stak-portable-bin.tar.gz
+tar xzf xmr-stak-portbin-linux.tar.gz
./xmr-stak.sh
```
OpenPOWER on IntegriCloud