Skip to content

Commit 66f6182

Browse files
authored
Add missing backslash jupyter build command in documentation (#345)
1 parent b982334 commit 66f6182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
149149
```bash
150150
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
151151
micromamba activate xeus-lite-host
152-
jupyter lite build --XeusAddon.prefix=$PREFIX
152+
jupyter lite build --XeusAddon.prefix=$PREFIX \
153153
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
154154
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
155155
--contents README.md \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
151151
```bash
152152
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
153153
micromamba activate xeus-lite-host
154-
jupyter lite build --XeusAddon.prefix=$PREFIX
154+
jupyter lite build --XeusAddon.prefix=$PREFIX \
155155
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
156156
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
157157
--contents README.md \

0 commit comments

Comments
 (0)