forked from orbit-oss/flask
update code-block typo (#3642)
This commit is contained in:
parent
c347921830
commit
c59e019f5c
1 changed files with 3 additions and 3 deletions
|
|
@ -73,12 +73,12 @@ First time setup
|
||||||
$ git clone https://github.com/{username}/flask
|
$ git clone https://github.com/{username}/flask
|
||||||
$ cd flask
|
$ cd flask
|
||||||
|
|
||||||
- Add the main repository as a remote to update later::
|
- Add the main repository as a remote to update later.
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
git remote add pallets https://github.com/pallets/flask
|
$ git remote add pallets https://github.com/pallets/flask
|
||||||
git fetch pallets
|
$ git fetch pallets
|
||||||
|
|
||||||
- Create a virtualenv.
|
- Create a virtualenv.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue