From f2d36972b238cb6bfe2548ec59508bbd83be0a05 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Fri, 16 Feb 2024 22:59:12 +0100 Subject: Update install guide --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 737f96a..bf26cfd 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3