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

fix instructions ordering

parent 1381f0bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment