From eed12e83360a033f806496e67f79a3f391a2e853 Mon Sep 17 00:00:00 2001 From: Andrew Beaven Date: Thu, 20 May 2021 22:13:39 +1200 Subject: [PATCH] Makes the machine-specific instructions more obvious --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6c30b37..338acab6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ not dead 2) Add script to `package.json`: +**On Unix machines** ```json { "scripts": { @@ -48,9 +49,7 @@ not dead } ``` -
- for Windows users - +**On Windows machines** ```json { "scripts": { @@ -59,8 +58,6 @@ not dead } ``` -
- 3) Run this script, to compile RegExp: ```bash