Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/installation/micromamba-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For Linux, macOS, or Git Bash on Windows install with:

.. code:: bash

"${SHELL}" <(curl -L micro.mamba.pm/install.sh)
wget micro.mamba.pm/install.sh && bash install.sh

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer if you also kept the curl version and just add the wget command as an alternative.

Also note that there are mentions on the curl line 43 and 49, so keeping it would keel the rest of the documentation in sync.


For NuShell users, run ``sh -c (curl -L micro.mamba.pm/install.sh)``.

Expand Down