diff --git a/README.md b/README.md index 6378a24..9ddd7c7 100644 --- a/README.md +++ b/README.md @@ -101,28 +101,12 @@ Some notes on the commands: - `-e` to set the query - `-b` to add ``, `
` and `` tags to the HTML output. -## How to use it in Linux -```bash -# go in example to the home folder -cd ~ -# download scrape-cli -wget "https://github.com/aborruso/scrape-cli/releases/download/1.1/scrape-linux-x86_64" -# move it in a folder of your PATH as /usr/bin -sudo mv ./scrape-linux-x86_64 /usr/bin/scrape -# give it execute permission -sudo chmod +x /usr/bin/scrape -# use it -``` - -**Please note**: in OSX it seems not to work ([#8](https://github.com/aborruso/scrape-cli/issues/8)). - -## Note on building it +## Linux 64 bit precompiled binary -The original source is written in Python 2, then I have built it in Python 2 environment.