Skip to content

Commit

Permalink
Merge pull request aurelia#694 from ndc/patch-1
Browse files Browse the repository at this point in the history
error when running au new caused by git installation option
  • Loading branch information
EisenbergEffect authored Feb 1, 2017
2 parents 08e491c + 4248748 commit f7a21aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/article/en-US/contact-manager-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ For this tutorial, we're going to use the Aurelia CLI. If you've already setup y
* Here's [a nice GUI client](https://desktop.github.com).
* Here's [a standard client](https://git-scm.com).

> Warning
> Note on Git for Windows installation: When installing Git for Windows, there is an option to `use git bash only`, `run git from windows command prompt`, or `run git and included unix tools from windows command prompt`. You have to choose `run git from windows command prompt` or `run git and included unix tools from windows command prompt` in order for Aurelia CLI to work.
Once you have the prerequisites installed, you can install the Aurelia CLI itself. From the command line, use npm to install the CLI globally:

```
Expand Down

0 comments on commit f7a21aa

Please sign in to comment.