From e7a313ed8cf669ca3a3dd3881df783bf6c6fd104 Mon Sep 17 00:00:00 2001 From: thibdct Date: Wed, 4 Jul 2018 19:02:22 +0200 Subject: [PATCH] Correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee18abb..153f215 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ I also built a bash wrapper to execute the Docker container easily. Install it with : ```bash -curl -sO https://raw.githubusercontent.com/tducret/amazon-scraper-python/master/amazon2csv > /usr/local/bin/amazon2csv +curl -s https://raw.githubusercontent.com/tducret/amazon-scraper-python/master/amazon2csv > /usr/local/bin/amazon2csv && chmod +x /usr/local/bin/amazon2csv ``` *You may replace `/usr/local/bin` with another folder that is in your $PATH*