Skip to content

Commit 90f0429

Browse files
authored
Specify MacOS vs Linux
1 parent 06897b8 commit 90f0429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
7676
subsequent CI runs.
7777

7878
#### CircleCI example
79-
Before loading/saving your cache, run `md5sum patches/* > patches.hash`
79+
Create a hash of your patches before loading/saving your cache. If using a Linux machine, run `md5sum patches/* > patches.hash`. If running on a macOS machine, use `md5 patches/* > patches.hash`
8080
```yaml
8181
- run:
8282
name: patch-package hash

0 commit comments

Comments
 (0)