From d8c068324d9182223dc7a743cb2c2cf24e301553 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 10 Jun 2025 19:03:56 +0100 Subject: [PATCH] Add missing backslash jupyter build command in documentation --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 437aa0d2..ee4d6ba5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -149,7 +149,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut ```bash micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge micromamba activate xeus-lite-host -jupyter lite build --XeusAddon.prefix=$PREFIX +jupyter lite build --XeusAddon.prefix=$PREFIX \ --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \ --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \ --contents README.md \ diff --git a/README.md b/README.md index c1843aef..73c2dbff 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut ```bash micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge micromamba activate xeus-lite-host -jupyter lite build --XeusAddon.prefix=$PREFIX +jupyter lite build --XeusAddon.prefix=$PREFIX \ --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \ --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \ --contents README.md \