-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Windows instructions to the readme
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|