Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 4, 2024
2 parents 31b3b37 + e732aaa commit abc5acd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ Every little bit helps, and credit will always be given.

Nothing easier!

Fork and clone the repository, then:
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:

```bash
cd mkdocstrings

# Assuming you authenticate with SSH.
git remote add upstream [email protected]:mkdocstrings/mkdocstrings
git pull upstream --tags
```

Then:

```bash
make setup
```

Expand Down

0 comments on commit abc5acd

Please sign in to comment.