diff --git a/INSTALL.md b/INSTALL.md index 2acf09b5041b7e12f1360a0314b9c24043d7d269..c0813e994dd491e9d5d6bf5b779ec9847609cebc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,21 +9,20 @@ ## 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands -## 5. Clone the Team Repo +## 5. Cleanup Line Endings (Windows Only) + ```bash -git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue +git config --global core.autocrlf input ``` -## 6. Navigate to the Project Directory +## 6. Clone the Team Repo ```bash -cd se420-team-blue +git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue ``` -## 7. Cleanup Line Endings (Windows Only) - +## 7. Navigate to the Project Directory ```bash -git config --global core.autocrlf input -git config --list # make sure the "core.autocrlf=input", if not, DO NOT CONTINUE! +cd se420-team-blue ``` ## 8. Navigate to the EvaP Directory