Document micromamba fish support

This commit is contained in:
Ista Zahn 2021-10-15 04:43:53 -04:00
parent cda2587f12
commit 4e8a3a3e75
No known key found for this signature in database
GPG Key ID: 597579B1E336992C
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ It is a pure C++ package with a separate command line interface.
It can be used to bootstrap environments (as an alternative to miniconda), but it's currently experimental.
The benefit is that it's very tiny and does not come with a default version of Python.
`micromamba` works in the bash & zsh shell on Linux & OS X.
`micromamba` works in the bash, zsh, and fish shells on Linux & OS X.
It's completely statically linked, which allows you to drop it in some place and just execute it.
Note: it's advised to use micromamba in containers & CI only.