Skip to content

Commit

Permalink
Fixed a markdown error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruf committed Jan 1, 2013
1 parent e48b81b commit c1bb5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -24,10 +24,11 @@ git clone git@github.com:jisaacks/GitGutter.git
```

*Windows*

GitGutter assumes that the `git` and `diff` command is availible on the command line. Since the MSI installer for Git on Windows only adds the `cmd` directory of your Git installation to the `PATH` environment variable by default, GitGutter may not work out of the box. In this case you have to add the `bin` directory of your Git installation to the `PATH` environment variable.

For example:
```shell
```dos
%PATH%;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd
```

Expand Down

0 comments on commit c1bb5c4

Please sign in to comment.