mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Fix typo on contribution guide (#130)
* Fix typo on contribution guide * Add package.json into File created section
This commit is contained in:
parent
4b4efa865d
commit
3869bf3a0c
1 changed files with 3 additions and 2 deletions
|
|
@ -132,12 +132,13 @@ container of choice, follow these instructions:
|
|||
| | - bootstrap.sh | - docker-compose.yml |
|
||||
| | - runtests.py | - runtests.py |
|
||||
| | - manage.py | - manage.py |
|
||||
| | - package.json | - package.json |
|
||||
| | | |
|
||||
+-------------------------+------------------------------------+------------------------------------+
|
||||
| | | |
|
||||
| **Start the container** | .. code-block:: bash | .. code-block:: bash |
|
||||
| | | |
|
||||
| | python3 dev.py --run-vagrant | python3 dev.py --run-docker |
|
||||
| | python3 dev.py -run-vagrant | python3 dev.py -run-docker |
|
||||
| | | |
|
||||
+-------------------------+------------------------------------+------------------------------------+
|
||||
| | | |
|
||||
|
|
@ -171,4 +172,4 @@ whether to save the changes or discard them and hold onto the default.
|
|||
.. _Vagrant: https://www.vagrantup.com
|
||||
.. _Docker: https://www.docker.com
|
||||
.. _GitHub: https://github.com/neutronX/django-markdownx
|
||||
.. _Oracle VirtualBox: https://www.virtualbox.org
|
||||
.. _Oracle VirtualBox: https://www.virtualbox.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue