Skip to content

Commit e05c329

Browse files
authored
Remove duplicate word in introduction.md
Also adjust punctuation in list of set up commands
1 parent b1c625f commit e05c329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ conda-forge is a community effort that tackles these issues:
4444
- Many packages are updated by multiple maintainers with an easy option to become a maintainer.
4545
- An active core developer team is trying to also maintain abandoned packages.
4646

47-
You can refer to the glossary [Glossary](../glossary.md).
47+
You can refer to the [Glossary](../glossary.md).
4848

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

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

5555
Using conda-forge is easy!
5656

57-
- Make sure you have `conda >=4.9`.
57+
- Make sure you have `conda >=4.9`:
5858
```bash
5959
conda --version
6060
conda update conda
6161
```
62-
- Add conda-forge as the highest priority channel.
62+
- Add conda-forge as the highest priority channel:
6363
```bash
6464
conda config --add channels conda-forge
6565
```
66-
- Activate `strict` channel priority (`strict` will be activated by default in conda 5.0).
66+
- Activate `strict` channel priority (`strict` will be activated by default in conda 5.0):
6767
```bash
6868
conda config --set channel_priority strict
6969
```

0 commit comments

Comments
 (0)