From a063ea6a74fdfa7d708f6360d035e1a8219313bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl> Date: Fri, 11 Oct 2024 11:27:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ef780..84adc70 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ This configuration enhances the shell environment with various aliases, commands #### Installation Aliases - `install-miniconda`: Downloads and installs Miniconda, initializes it, and adds it to the system path. -- `install-miniforge`: Downloads and installs Miniforge, initializes it, adds it to the system path, and installs `mamba` as the package manager. +- `install-miniforge`: Downloads and installs Miniforge, initializes it, adds it to the system path. +- `install-uv`: Downloads and installs UV, initializes it, and adds it to the system path. +- `install-pixi`: Downloads and installs Pixi, initializes it, adds it to the system path. #### Docker aliases -- GitLab