-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|