Skip to content

Commit

Permalink
Add whitespace=fix to patch apply docs for Windows support
Browse files Browse the repository at this point in the history
Resolves #21
  • Loading branch information
mikesir87 committed Jan 13, 2025
1 parent 299918d commit 1a2d68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ For an end-to-end demo, the project is slightly downgraded to use an older versi
More talking points to come soon!

```console
git apply demo/e2e.patch
git apply --whitespace=fix demo/e2e.patch
```

## Scout demo

For a Scout demo, the following patch will adjust the Dockerfile to use an older base image and install an older version of Express, allowing you to demo out-of-date base images and vunlerable dependencies.

```console
git apply demo/scout.patch
git apply --whitespace=fix demo/scout.patch
```

0 comments on commit 1a2d68f

Please sign in to comment.