Skip to content

Commit

Permalink
Add git to prerequisites for getting started with F# on vscode article (
Browse files Browse the repository at this point in the history
#1180)

* Add git to prerequisites

* Update getting-started-vscode.md

* Update getting-started-vscode.md
  • Loading branch information
cartermp committed Nov 12, 2016
1 parent a94cf60 commit 2d25ccc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ You can write F# in [Visual Studio Code](https://code.visualstudio.com) with the

F# 4.0 or higher must be installed on your machine to use Ionide.

You must also have [git installed](https://git-scm.com/download) and available on your PATH to make use of project templates in Ionide. You can verify that it is installed correctly by typing `git` at a command prompt.and pressing **Enter**.

### Windows

If you're on Windows, you have two options for installing F#.
Expand Down Expand Up @@ -298,4 +300,4 @@ To learn more about F# and the features of the language, check out [Tour of F#](

[Namespaces](../../language-reference/namespaces.md)

[Ionide-Vscode-Fsharp](https://github.com/ionide/ionide-vscode-fsharp)
[Ionide-Vscode-Fsharp](https://github.com/ionide/ionide-vscode-fsharp)

0 comments on commit 2d25ccc

Please sign in to comment.