From bd11d63f6e9629e17d832d3c2fcedc94f3ac13cd Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sun, 6 Dec 2020 16:46:10 +0100 Subject: [PATCH 1/3] Format list of assets into a table --- README.md | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 14d973e5..fd4a07cc 100644 --- a/README.md +++ b/README.md @@ -14,41 +14,50 @@ Miniforge installers are available here: https://github.com/conda-forge/miniforg Latest installers with python 3.8 in the base environment -- [`linux-aarch64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh) (also called `arm64`) -- [`linux-ppc64le`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh) (also called `POWER8/9`) -- [`linux-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh) (also called `amd64`) -- [`osx-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh) -- [`osx-arm64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) (Apple Silicon) -- [`win-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe) +| OS | Architecture | Download | +| --------|-----------------------|-----------| +| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh | +| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh | +| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh | +| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh | +| OS X | arm64 (Apple Silicon) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh | +| Windows | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe | #### Miniforge-pypy3 Latest installers with pypy3.6 in the base environment -- [`linux-aarch64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-aarch64.sh) -- [`linux-ppc64le`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-ppc64le.sh) -- [`linux-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh) -- [`osx-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-MacOSX-x86_64.sh) +| OS | Architecture | Download | +| --------|-----------------------|-----------| +| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh | +| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-aarch64.sh | +| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-ppc64le.sh | +| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-MacOSX-x86_64.sh | #### Mambaforge Latest installers with mamba in the base environment -- [`linux-aarch64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh) (also called `arm64`) -- [`linux-ppc64le`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh) (also called `POWER8/9`) -- [`linux-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh) (also called `amd64`) -- [`osx-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh) -- [`osx-arm64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-arm64.sh) (Apple Silicon) -- [`win-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe) + +| OS | Architecture | Download | +| --------|-----------------------|-----------| +| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh | +| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh | +| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh | +| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh | +| OS X | arm64 (Apple Silicon) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-arm64.sh | +| Windows | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe | #### Mambaforge-pypy3 Latest installers with mamba and pypy3.6 in the base environment -- [`linux-aarch64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-aarch64.sh) -- [`linux-ppc64le`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh) -- [`linux-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-x86_64.sh) -- [`osx-x86_64`](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-MacOSX-x86_64.sh) +| OS | Architecture | Download | +| --------|-----------------------|-----------| +| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-x86_64.sh | +| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-aarch64.sh | +| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh | +| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-MacOSX-x86_64.sh | ## Install From ee0c913d43200e95d0845261062251790f7eb9a1 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sun, 6 Dec 2020 19:22:14 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: Isuru Fernando --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4a07cc..7fd8d8a5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Latest installers with mamba in the base environment | --------|-----------------------|-----------| | Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh | | Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh | -| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh | +| Linux | ppc64le (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh | | OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh | | OS X | arm64 (Apple Silicon) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-arm64.sh | | Windows | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe | From cca456aeb3bf40dc3f0c383c7f44549dfa41326a Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sun, 6 Dec 2020 19:51:22 +0100 Subject: [PATCH 3/3] Shorter link caption --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7fd8d8a5..87b11f8a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Latest installers with python 3.8 in the base environment | OS | Architecture | Download | | --------|-----------------------|-----------| -| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh | -| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh | -| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh | -| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh | -| OS X | arm64 (Apple Silicon) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh | -| Windows | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe | +| Linux | x86_64 (amd64) | [Miniforge3-Linux-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh) | +| Linux | aarch64 (arm64) | [Miniforge3-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh) | +| Linux | ppc64le (POWER8/9) | [Miniforge3-Linux-ppc64le](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh) | +| OS X | x86_64 | [Miniforge3-MacOSX-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh) | +| OS X | arm64 (Apple Silicon) | [Miniforge3-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) | +| Windows | x86_64 | [Miniforge3-Windows-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe) | #### Miniforge-pypy3 @@ -29,10 +29,10 @@ Latest installers with pypy3.6 in the base environment | OS | Architecture | Download | | --------|-----------------------|-----------| -| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh | -| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-aarch64.sh | -| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-ppc64le.sh | -| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-MacOSX-x86_64.sh | +| Linux | x86_64 (amd64) | [Miniforge-pypy3-Linux-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh) | +| Linux | aarch64 (arm64) | [Miniforge-pypy3-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-aarch64.sh) | +| Linux | ppc64le (POWER8/9) | [Miniforge-pypy3-Linux-ppc64le](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-ppc64le.sh) | +| OS X | x86_64 | [Miniforge-pypy3-MacOSX-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-MacOSX-x86_64.sh) | #### Mambaforge @@ -41,12 +41,12 @@ Latest installers with mamba in the base environment | OS | Architecture | Download | | --------|-----------------------|-----------| -| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh | -| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh | -| Linux | ppc64le (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh | -| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh | -| OS X | arm64 (Apple Silicon) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-arm64.sh | -| Windows | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe | +| Linux | x86_64 (amd64) | [Mambaforge-Linux-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh) | +| Linux | aarch64 (arm64) | [Mambaforge-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh) | +| Linux | ppc64le (POWER8/9) | [Mambaforge-Linux-ppc64le](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-ppc64le.sh) | +| OS X | x86_64 | [Mambaforge-MacOSX-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh) | +| OS X | arm64 (Apple Silicon) | [Mambaforge-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-arm64.sh) | +| Windows | x86_64 | [Mambaforge-Windows-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe) | #### Mambaforge-pypy3 @@ -54,10 +54,10 @@ Latest installers with mamba and pypy3.6 in the base environment | OS | Architecture | Download | | --------|-----------------------|-----------| -| Linux | x86_64 (amd64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-x86_64.sh | -| Linux | aarch64 (arm64) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-aarch64.sh | -| Linux | ppc64 (POWER8/9) | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh | -| OS X | x86_64 | https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-MacOSX-x86_64.sh | +| Linux | x86_64 (amd64) | [Mambaforge-pypy3-Linux-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-x86_64.sh) | +| Linux | aarch64 (arm64) | [Mambaforge-pypy3-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-aarch64.sh) | +| Linux | ppc64le (POWER8/9) | [Mambaforge-pypy3-Linux-ppc64le](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh) | +| OS X | x86_64 | [Mambaforge-pypy3-MacOSX-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-MacOSX-x86_64.sh) | ## Install