Skip to content

Commit 21a2724

Browse files
Merge branch 'develop'
2 parents bb39267 + 857c846 commit 21a2724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PREREQUISITES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ In order to install `git`, install the [Xcode Command Line Tools](http://osxdail
5959

6060
**Windows**
6161

62-
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**.
62+
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**.
6363

6464
<div align="center">
65-
<img src="assets/installation_git_windows_0.png" height="280px">&nbsp;&nbsp;&nbsp;<img src="assets/installation_git_windows_1.png" height="280px">.
65+
<img src="https://cdn.rawgit.com/opencobra/cobratoolbox/develop/docs/source/_static/images/installation_git_windows_0.png" height="280px">&nbsp;&nbsp;&nbsp;<img src="https://cdn.rawgit.com/opencobra/cobratoolbox/develop/docs/source/_static/images/installation_git_windows_1.png" height="280px">.
6666
</div>
6767

6868
## Github and local `git` configuration
@@ -75,4 +75,4 @@ On **Linux (Ubuntu)** or **macOS**, start the terminal (or any other shell). On
7575
$ git config --global user.github-username "yourGitHubUsername"
7676
$ git config --global user.email "[email protected]"
7777
```
78-
Please replace `"yourGitHubUsername"` and `"[email protected]"` with your respective credentials.
78+
Please replace `"yourGitHubUsername"` and `"[email protected]"` with your respective credentials.

assets/installation_git_windows_0.png

-36 KB
Binary file not shown.

assets/installation_git_windows_1.png

-37.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)