Skip to content
Snippets Groups Projects
Commit 952930fb authored by Peter Mangelsdorf's avatar Peter Mangelsdorf
Browse files

fix instructions ordering

parent 1381f0bf
Branches
No related tags found
No related merge requests found
...@@ -9,21 +9,20 @@ ...@@ -9,21 +9,20 @@
## 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands ## 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 ```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 ```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 ```bash
git config --global core.autocrlf input cd se420-team-blue
git config --list # make sure the "core.autocrlf=input", if not, DO NOT CONTINUE!
``` ```
## 8. Navigate to the EvaP Directory ## 8. Navigate to the EvaP Directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment