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*