File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64`
28
28
29
29
#### Conda
30
30
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 :
32
32
33
33
```
34
34
conda config --add channels conda-forge
@@ -41,8 +41,8 @@ conda create -n fpm fpm
41
41
conda activate fpm
42
42
```
43
43
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 ) .
46
46
47
47
#### Github Actions
48
48
@@ -118,4 +118,3 @@ with itself and run the tests with:
118
118
$ cd fpm
119
119
$ fpm test
120
120
```
121
-
You can’t perform that action at this time.
0 commit comments