Skip to content

Commit

Permalink
Add Windows instructions to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 16, 2021
1 parent 9622a05 commit 19e3580
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ You'll need the following installed to run the template successfully:
processes in development
* [Stripe CLI](https://stripe.com/docs/stripe-cli) for Stripe webhooks in development - `brew install stripe/stripe-cli/stripe`

#### Windows Support

If you'd like to run Jumpstart Pro on Windows, I recommend using WSL2. You can find instructions here: https://gorails.com/setup/windows

Alternatively, if you'd like to use Docker on Windows, you'll need to make sure you clone the repository and preserve the Linux line endings.

```bash
git clone [email protected]:username/myrepo.git --config core.autocrlf=input
```

#### Initial Setup

First, you'll want to tweak `config/database.yml` and change the
Expand Down

0 comments on commit 19e3580

Please sign in to comment.