Skip to content

Commit

Permalink
Merge pull request #2319 from waldyrious/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate word in introduction.md
  • Loading branch information
beckermr authored Sep 27, 2024
2 parents b1c625f + e05c329 commit 5d76275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ conda-forge is a community effort that tackles these issues:
- Many packages are updated by multiple maintainers with an easy option to become a maintainer.
- An active core developer team is trying to also maintain abandoned packages.

You can refer to the glossary [Glossary](../glossary.md).
You can refer to the [Glossary](../glossary.md).

<a id="how-to-install"></a>

Expand All @@ -54,16 +54,16 @@ You can refer to the glossary [Glossary](../glossary.md).

Using conda-forge is easy!

- Make sure you have `conda >=4.9`.
- Make sure you have `conda >=4.9`:
```bash
conda --version
conda update conda
```
- Add conda-forge as the highest priority channel.
- Add conda-forge as the highest priority channel:
```bash
conda config --add channels conda-forge
```
- Activate `strict` channel priority (`strict` will be activated by default in conda 5.0).
- Activate `strict` channel priority (`strict` will be activated by default in conda 5.0):
```bash
conda config --set channel_priority strict
```
Expand Down

0 comments on commit 5d76275

Please sign in to comment.