Skip to content

Commit e2c2161

Browse files
authored
Update InstallationAndUsage.rst
1 parent 4c8d2f7 commit e2c2161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/InstallationAndUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
8686
micromamba create -n xeus-lite-host jupyterlite-core
8787
micromamba activate xeus-lite-host
8888
python -m pip install jupyterlite-xeus jupyter_server
89-
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents ../notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
89+
jupyter lite build --XeusAddon.prefix=$PREFIX --contents ../notebooks/xeus-cpp-lite-demo.ipynb
9090
9191
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)
9292
we want to include in our application. As of now this would contain all important files like Standard Headers,

0 commit comments

Comments
 (0)