diff --git a/README.org b/README.org index 2109803..0fb739f 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,7 @@ #+TITLE: micromamba.el +[[https://melpa.org/#/micromamba][file:https://melpa.org/packages/micromamba-badge.svg]] + Emacs package for working with [[https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html][micromamba]] environments. [[https://mamba.readthedocs.io/en/latest/index.html][mamba]] is a reimplementation of the [[https://docs.conda.io/en/latest/][conda]] package manager in C++. =mamba= is notably much faster and essentially compatible with =conda=, so it also works with [[https://github.com/necaris/conda.el][conda.el]]. =micromamba=, however, implements only a subset of =mamba= commands, and as such requires a separate integration.