diff --git a/README.md b/README.md index 172f0b1..0692732 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Python plugin for linuxdeploy. Sets up miniconda inside an AppDir, and installs ```bash # get linuxdeploy and linuxdeploy-plugin-conda (see below for more information) # configure environment variables which control the plugin's behavior -> export CONDA_CHANNELS=mychannel;myotherchannel CONDA_PACKAGES=mypackage;myotherpackage +> export CONDA_CHANNELS="mychannel;myotherchannel" CONDA_PACKAGES="mypackage;myotherpackage" # call through linuxdeploy > ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin conda --output appimage --icon mypackage.png --desktop-file mypackage.desktop ```