Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thraneh committed Jan 25, 2024
1 parent e911e42 commit 3446cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ wget -N https://github.com/conda-forge/miniforge/releases/latest/download/Mambaf
bash Mambaforge-Linux-x86_64.sh -b -u -p ~/conda

~/conda/bin/mamba install -y \
'gxx_linux-64>=12'
'gxx_linux-64>=13'
```

#### Linux / AArch64
Expand All @@ -148,7 +148,7 @@ wget -N https://github.com/conda-forge/miniforge/releases/latest/download/Mambaf
bash Mambaforge-Linux-aarch64.sh -b -u -p ~/conda

~/conda/bin/mamba install -y \
'gxx_linux-aarch64>=12'
'gxx_linux-aarch64>=13'
```

#### macOS / x86\_64
Expand Down

0 comments on commit 3446cb4

Please sign in to comment.