Skip to content

Commit

Permalink
Add mention of installing Lucky through Scoop on Windows. Fixes #1302
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Jul 21, 2024
1 parent 30c7eb6 commit f826351
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/actions/guides/getting-started/installing.cr
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@ class Guides::GettingStarted::Installing < GuideAction
dnf install glibc-devel libevent-devel pcre2-devel openssl-devel libyaml-devel zlib-devel libpng-devel
```
## Windows requirements
Please see the requirements to install [Crystal on Windows](https://crystal-lang.org/install/on_windows/) first.
### Install with Scoop
If you're using [Scoop](https://scoop.sh/) on Windows, you can install the Lucky CLI using our Scoop package.
```bash
scoop bucket add lucky https://github.com/luckyframework/scoop-bucket
scoop install lucky
```
## Install Lucky CLI with Homebrew
Once the required dependencies above are installed, set up Lucky for your system.
Expand Down

0 comments on commit f826351

Please sign in to comment.