Skip to content

Commit 8d07571

Browse files
authored
Update CONTRIBUTING.md
1 parent 34e8bf8 commit 8d07571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ python package. This only needs to be enable once, and then you can execute the
130130

131131
```bash
132132
echo "Running test_xeus_cpp in Safari"
133-
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
133+
python $BUILD_PREFIX/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
134134
python browser_tests_safari.py test_xeus_cpp.html
135135
```
136136

@@ -167,4 +167,4 @@ jupyter lite serve --XeusAddon.prefix=$PREFIX \
167167
--contents notebooks/smallpt.ipynb \
168168
--contents notebooks/images/marie.png \
169169
--contents notebooks/audio/audio.wav
170-
```
170+
```

0 commit comments

Comments
 (0)