Skip to content

Commit

Permalink
Merge pull request #157 from isuruf/update
Browse files Browse the repository at this point in the history
Update README to use curl or wget url
  • Loading branch information
isuruf authored May 22, 2021
2 parents 3e78f68 + e3ffe71 commit 12c0df0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,22 @@ Latest installers with Mamba and PyPy 3.7 in the base environment:

## Install

To install download the installer and run,
### Unix-like platforms

bash Miniforge3-Linux-x86_64.sh # or similar for other installers for unix platforms
Download the installer using curl or wget or your favorite program download files and run the script.
For eg:

or if you are on Windows, double click on the installer.
curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh
bash Mambaforge-$(uname)-$(uname -m).sh

or

wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh
bash Mambaforge-$(uname)-$(uname -m).sh

### Windows

Download the installer and double click it on the file browser.

### Non-interactive install

Expand Down

0 comments on commit 12c0df0

Please sign in to comment.