From e05eeaffcf359853b7cca70333153ccc482a7087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Tue, 31 Oct 2017 19:47:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5758eb70..943c7047 100644 --- a/README.md +++ b/README.md @@ -150,9 +150,9 @@ Also you can use configuration via config file, default **[config.json](https:// * Make sure that you installed latest Visual C++ Redistributable für Visual Studio 2015. Can be downloaded here: [microsoft.com](https://www.microsoft.com/de-de/download/details.aspx?id=48145) ### Linux only: Background mode -* The `--background` option will only work properly for the XMRigServer. But there is a simple workaround for the XMRigDaemon process. Just append an `&` to the command and it will run smoothly in the background. +* The `--background` option will only work properly for the XMRigServer. But there is a simple workaround for the XMRigDaemon process. Just append an `&` to the command and it will run smoothly in the background. - `./xmrigDaemon --config=my_config_cc.json &` + `./xmrigDaemon --config=my_config_cc.json &` ### HUGE PAGES unavailable (Windows)