diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 3fa4668..f923a81 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -59,10 +59,10 @@ In order to install `git`, install the [Xcode Command Line Tools](http://osxdail **Windows** -Please download the `git` tools for Windows from [here](https://git-scm.com/download). During the installation process, please ensure that you select **Use Git from the Windows Command Prompt**. In addition, please make sure that you select **Checkout as-is, commit Unix-style line endings**. +Please download the `git` tools for Windows from [here](https://git-scm.com/download/win). During the installation process, please ensure that you select **Use Git Bash and optional Unix tools from the Windows Command prompt**. In addition, please make sure that you select **Checkout as-is, commit Unix-style line endings**.
-   . +   .
## Github and local `git` configuration @@ -75,4 +75,4 @@ On **Linux (Ubuntu)** or **macOS**, start the terminal (or any other shell). On $ git config --global user.github-username "yourGitHubUsername" $ git config --global user.email "first.last@server.com" ``` -Please replace `"yourGitHubUsername"` and `"first.last@server.com"` with your respective credentials. \ No newline at end of file +Please replace `"yourGitHubUsername"` and `"first.last@server.com"` with your respective credentials. diff --git a/assets/installation_git_windows_0.png b/assets/installation_git_windows_0.png deleted file mode 100644 index af1c89f..0000000 Binary files a/assets/installation_git_windows_0.png and /dev/null differ diff --git a/assets/installation_git_windows_1.png b/assets/installation_git_windows_1.png deleted file mode 100644 index 6dac144..0000000 Binary files a/assets/installation_git_windows_1.png and /dev/null differ