Skip to content

Commit 0e3db80

Browse files
authored
fix git-clone command in CONTRIBUTING.md
1 parent 8a231d3 commit 0e3db80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ flowchart TD
5959

6060
## How to debug
6161
```sh
62-
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git
62+
git clone --recursive https://github.com/open-atmos/PyPartMC.git
6363
cd PyPartMC
6464
DEBUG=1 VERBOSE=1 pip --verbose install -e .[tests]
6565
gdb python

0 commit comments

Comments
 (0)