From a437bf124be2bd7b3a880ad2d0f3addbcc6380d1 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 23 Jun 2018 00:15:06 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a068b..67b5345 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ Action|Description -A: Usually this error occurs when cointop is running as a daemon or slave which means that there is no terminal allocated, so `/dev/tty` doesn't exist for that process. Try running it with the following environment variables: ```bash - DEV_IN=/dev/stdout DEV_OUT=/dev/stdin cointop + DEV_IN=/dev/stdout DEV_OUT=/dev/stdout cointop ``` ## Development