mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
add --recursive in contributing guide (#664)
This commit is contained in:
parent
6877886f7d
commit
25912dca6e
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.rst
vendored
2
.github/CONTRIBUTING.rst
vendored
|
@ -12,7 +12,7 @@ Setting things up
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://github.com/<your username>/python-telegram-bot
|
||||
$ git clone https://github.com/<your username>/python-telegram-bot --recursive
|
||||
$ cd python-telegram-bot
|
||||
|
||||
3. Add a track to the original repository:
|
||||
|
|
Loading…
Reference in a new issue