Skip to content

Commit abc5acd

Browse files
committed
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
2 parents 31b3b37 + e732aaa commit abc5acd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CONTRIBUTING.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ Every little bit helps, and credit will always be given.
77

88
Nothing easier!
99

10-
Fork and clone the repository, then:
10+
Fork and clone the repository. The project uses dynamic versioning, so to get the correct package version when building, make sure to pull Git tags:
1111

1212
```bash
1313
cd mkdocstrings
14+
15+
# Assuming you authenticate with SSH.
16+
git remote add upstream [email protected]:mkdocstrings/mkdocstrings
17+
git pull upstream --tags
18+
```
19+
20+
Then:
21+
22+
```bash
1423
make setup
1524
```
1625

0 commit comments

Comments
 (0)