Skip to content

Commit

Permalink
Improve lisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tducret committed Jul 4, 2018
1 parent aeda04d commit 91b7315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,15 @@ You may execute :

`docker run -it --rm thibdct/amazon2csv --keywords="Python programming" --maxproductnb=2`

## The easy way
## 🤘 The easy way 🤘

I also built a bash wrapper to execute the Docker container easily.

Install it with :

```bash
curl -s https://raw.githubusercontent.com/tducret/amazon-scraper-python/master/amazon2csv > /usr/local/bin/amazon2csv && chmod +x /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*

Expand Down

0 comments on commit 91b7315

Please sign in to comment.