From 2c2da727eac6464561273e452dcf86a6f0ed5d05 Mon Sep 17 00:00:00 2001 From: Abdullah Bin Saqlain <132684520+randomizer6542@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:04:29 +0300 Subject: [PATCH] Update README.md changed line 40: mamba init -> mamba shell init reason: old command, on running gives the error in linux as: mamba init The following argument was not expected: init Run with --help for more information. Tested with ubuntu 22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5044f2e..d38cf350 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To install `Conda`/`mamba` you will need to do the following: - Install `mamba` according to the instructions [here](https://github.com/conda-forge/miniforge#install) - To add `mamba`/`conda` to your shell, follow the instructions after the installation and execute ```bash -mamba init +mamba shell init ```