Skip to content

Commit c08e0eb

Browse files
committed
Add autocrlf instruction for Windows-based computers
1 parent e1803fd commit c08e0eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This repository contains all of the assignments exercises that need to be handed
66

77
We highly recommend that you go through this README in detail before starting to work on the assignments. Having said that, the essentials can be summarized as follows:
88

9+
> Important: If you are using a Windows-based computer, please type this command from a Windows Terminal window before you proceed:
10+
>
11+
> `git config --global core.autocrlf false`
12+
>
13+
> This will ensure that the line endings for text files are compatible with those used on MacOS and Linux-based computers. It is also a prerequisite for the correct functioning of this repository.
14+
915
1. Fork the `HackYourAssignment/Assignments-CohortXX` repository to your own GitHub account.
1016
2. Clone the fork to your local computer.
1117
3. Open the root folder of the repository in VSCode.

0 commit comments

Comments
 (0)