diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-11-30 22:36:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 22:36:13 +0000 |
commit | 4f7699eb4574ae89e6299aafc410dcd4143b52e2 (patch) | |
tree | 0bc51e7a66482009415d8278f3a42c3ee070cca8 | |
parent | 38fadae0b666bbaf45208cb1eae17763a286f3a0 (diff) | |
parent | e13ba8b0be316db5925d51152fd20bc0622feaea (diff) | |
download | xmr-stak-4f7699eb4574ae89e6299aafc410dcd4143b52e2.zip xmr-stak-4f7699eb4574ae89e6299aafc410dcd4143b52e2.tar.gz |
Merge pull request #302 from psychocrypt/topic-portableBinWarning
experimental warning: portable binaries
-rw-r--r-- | doc/Linux_deployment.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Linux_deployment.md b/doc/Linux_deployment.md index caf762c..323a97f 100644 --- a/doc/Linux_deployment.md +++ b/doc/Linux_deployment.md @@ -1,5 +1,7 @@ # Deploying portable **XMR-Stak** on Linux systems +**This is an experimental feature** we reserve the right to remove the binary if we get too many issues. + 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: ``` |