diff options
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -36,6 +36,8 @@ - [Example](#example) - [Installation](#installation) + - [Recommended](#recommended) + - [Homebrew](#homebrew) - [Pre-compiled binary](#pre-compiled-binary) - [Compile from source](#compile-from-source) - [Usage](#usage) @@ -104,6 +106,22 @@ Check out the [examples folder](examples) for more detailed examples. ## Installation +### Recommended + +The easiest way to install `flyscrape` is via its install script. + +```bash +curl -fsSL https://flyscrape.com/install | bash +``` + +### Homebrew + +For macOS users `flyscrape` is also available via homebrew: + +```bash +brew install flyscrape +``` + ### Pre-compiled binary `flyscrape` is available for MacOS, Linux and Windows as a downloadable binary from the [releases page](https://github.com/philippta/flyscrape/releases). |