Skip to content

Commit 552d28a

Browse files
committed
Doc: align yarn instructions > npm.
1 parent d316d28 commit 552d28a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ Requirements:
2929
1. Open your build running on `http://localhost:9630/dashboard`
3030
1. Navigate to "Builds"
3131
1. Press `Watch` button for `main` and `renderer` builds.
32-
1. Run `npm run dev-electron` in a new terminal.
32+
1. Run `yarn dev-electron` in a new terminal.
3333

3434
**In Terminal**
3535

3636
1. Clone repo.
37-
1. `npm install`
38-
1. In one terminal run `npm run dev-cljs`
37+
1. `yarn install`
38+
1. In one terminal run `yarn dev-cljs`
3939
1. Open your build running on `http://localhost:9630/dashboard`
4040
1. Navigate to "Builds"
4141
1. Press `Watch` button for `main` and `renderer` builds.
42-
1. In another terminal, run `npm run dev-electron`
42+
1. In another terminal, run `yarn dev-electron`
4343

44-
Note: from time to time you will likely need to restart the `npm run
45-
dev-electron` process if you make stateful changes to certain variables that are
46-
only defined once, at boot.
44+
Note: from time to time you will likely need to restart the `yarn dev-electron`
45+
process if you make stateful changes to certain variables that are only defined
46+
once, at boot.

0 commit comments

Comments
 (0)