From f4b48ca5ee44d543bb751fad8ab9d20876aebda6 Mon Sep 17 00:00:00 2001 From: Rin Date: Wed, 23 Nov 2022 19:35:13 +1100 Subject: [PATCH] Command style consistency --- SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SETUP.md b/SETUP.md index 22b59079e1e..5db498b96fc 100644 --- a/SETUP.md +++ b/SETUP.md @@ -74,9 +74,9 @@ Try: If this doesn't help, try: -1. yarn add webpack -2. git restore package.json yarn.lock -3. yarn install +1. `yarn add webpack` +2. `git restore package.json yarn.lock` +3. `yarn install` Then re-run `foreman`. No. We have no idea why this worked.