summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-16 22:59:12 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-16 23:00:28 +0100
commitf2d36972b238cb6bfe2548ec59508bbd83be0a05 (patch)
tree7dd91d829c9b4be81f99e9d182d3f623bd31a0ae /README.md
parent76b3fa8be0ccb63f780809011e9a5aecaeba1a83 (diff)
Update install guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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).