From 568f7c91a7f2f36edc7328f40b94d20fa3240cd7 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Fri, 24 May 2019 02:12:38 +0200 Subject: [PATCH] fix simplest install method in readme if you do `curl URL | bash` you can't use `read` in the script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b821c59..0da2242 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The idea is to provide following: ## Installation ### Simplest -Just run `curl https://raw.githubusercontent.com/curusarn/resh/master/rawinstall.sh | bash` from anywhere. +Just run `bash -c "$(wget -O - https://raw.githubusercontent.com/curusarn/resh/master/rawinstall.sh)"` from anywhere. ### Simple 1. Run `git clone https://github.com/curusarn/resh.git && cd resh`