diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-16 22:59:12 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-16 23:00:28 +0100 |
| commit | f2d36972b238cb6bfe2548ec59508bbd83be0a05 (patch) | |
| tree | 7dd91d829c9b4be81f99e9d182d3f623bd31a0ae /README.md | |
| parent | 76b3fa8be0ccb63f780809011e9a5aecaeba1a83 (diff) | |
Update install guide
Diffstat (limited to 'README.md')
| -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). |