Skip to content

Commit 3005b65

Browse files
committed
Adjusted according to review comment.
1 parent 9af008f commit 3005b65

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ can do something along the lines of:
5252
```bash
5353
git clone git@github.com:equinor/webviz-config.git
5454
cd ./webviz-config
55-
npm ci --ignore-scripts && npm run postinstall
55+
npm ci --ignore-scripts
56+
# NOTE: If you are on Windows, make sure to first set `npm`'s default `script-shell` to `powershell` by running
57+
# npm config set script-shell powershell
58+
npm run postinstall
5659
pip install -e .
5760
```
5861

59-
NOTE: If you are on Windows, make sure to first set `npm`'s default `script-shell` to `powershell`.
60-
```
61-
npm config set script-shell powershell
62-
```
63-
6462
After installation, there is a console script named `webviz` available. You can test the
6563
installation by using the provided example configuration file,
6664
```bash

0 commit comments

Comments
 (0)