Move clone command to its own line

This commit is contained in:
Devon Mackay 2018-07-11 11:22:04 -04:00
parent 66c5ac9cba
commit ccd959e4a9

View File

@ -16,7 +16,8 @@ requirements and guidelines for all ATAT applications.
This project contains git submodules. Here is an example clone command that will This project contains git submodules. Here is an example clone command that will
automatically initialize and update those modules: automatically initialize and update those modules:
`git clone --recurse-submodules git@github.com:dod-ccpo/atst.git`
git clone --recurse-submodules git@github.com:dod-ccpo/atst.git
This application uses Pipenv to manage Python dependencies and a virtual This application uses Pipenv to manage Python dependencies and a virtual
environment. Instead of the classic `requirements.txt` file, pipenv uses a environment. Instead of the classic `requirements.txt` file, pipenv uses a