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

update changelog with install mention; CORRECT install procedure order

parent 21e1362e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2022-03-04](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/1fb12013d0045e2de1e9cead69186837ec64e8ce) ## [2022-03-04](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/1fb12013d0045e2de1e9cead69186837ec64e8ce)
### Added
- Created a custom [Installation Guide](INSTALL.md) for working with the project
### Changed ### Changed
- Moved all documents from `documents/` to the OneDrive (privacy) - Moved all documents from `documents/` to the OneDrive (privacy)
- Updated EvaP fork from GitHub - Updated EvaP fork from GitHub
......
...@@ -7,19 +7,19 @@ ...@@ -7,19 +7,19 @@
## 3. [Download VirtualBox](https://www.virtualbox.org/wiki/Downloads) or an equivalent compatible Virtual Machine System ## 3. [Download VirtualBox](https://www.virtualbox.org/wiki/Downloads) or an equivalent compatible Virtual Machine System
## 4. Cleanup Line Endings (Windows Only) ## 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
Make sure you are in the `team-blue` directory and can see the `.git` directory before running this command.
## 5. Clone the Team Repo
```bash ```bash
git config core.autocrlf input git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
``` ```
## 5. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands ## 6. Cleanup Line Endings (Windows Only)
Make sure you are in the `team-blue` directory and can see the `.git` directory before running this command.
## 6. Clone the Team Repo
```bash ```bash
git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue git config core.autocrlf input
``` ```
## 7. Navigate to the EvaP Directory ## 7. 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