Skip to content

Commit fc9fea9

Browse files
authored
Update conda installation instructions
1 parent 333025d commit fc9fea9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64`
2828

2929
#### Conda
3030

31-
If you haven't yet, first enable the conda-forge channel:
31+
Fpm is available on conda-forge, to add conda-forge to your channels use:
3232

3333
```
3434
conda config --add channels conda-forge
@@ -41,8 +41,8 @@ conda create -n fpm fpm
4141
conda activate fpm
4242
```
4343

44-
Conda can be installed from [miniconda](https://docs.conda.io/en/latest/miniconda.html)
45-
or from [miniforge](https://github.com/conda-forge/miniforge/releases).
44+
The conda package manager can be installed from [miniforge](https://github.com/conda-forge/miniforge/releases)
45+
or from [miniconda](https://docs.conda.io/en/latest/miniconda.html).
4646

4747
#### Github Actions
4848

@@ -118,4 +118,3 @@ with itself and run the tests with:
118118
$ cd fpm
119119
$ fpm test
120120
```
121-

0 commit comments

Comments
 (0)