From ccd959e4a96dddc6e74d7ef061f1a966acefb614 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 11 Jul 2018 11:22:04 -0400 Subject: [PATCH] Move clone command to its own line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c52ea7d..fc1c4c2d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ requirements and guidelines for all ATAT applications. This project contains git submodules. Here is an example clone command that will 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 environment. Instead of the classic `requirements.txt` file, pipenv uses a