From 4501ddcb39b069297a5507326461e94707ec1ebb Mon Sep 17 00:00:00 2001 From: cartermp Date: Thu, 27 Oct 2016 10:13:31 -0700 Subject: [PATCH 1/3] Add git to prerequisites --- docs/fsharp/tutorials/getting-started/getting-started-vscode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md index 5570914d4d631..7ee4be005b579 100644 --- a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md +++ b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md @@ -20,6 +20,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` and pressing **Enter** into a command line. + ### Windows If you're on Windows, you have two options for installing F#. From e5c6c0d78148df65a119b3c2f18dfe05d38722ca Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Sat, 12 Nov 2016 11:54:57 -0800 Subject: [PATCH 2/3] Update getting-started-vscode.md --- .../tutorials/getting-started/getting-started-vscode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md index 7ee4be005b579..ead02304f8dc2 100644 --- a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md +++ b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md @@ -20,7 +20,7 @@ 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` and pressing **Enter** into a command line. +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 @@ -299,4 +299,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) \ No newline at end of file +[Ionide-Vscode-Fsharp](https://github.com/ionide/ionide-vscode-fsharp) From 62fd4912fff514928b33ef191ce1b1f2893b7a1e Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Sat, 12 Nov 2016 13:52:38 -0800 Subject: [PATCH 3/3] Update getting-started-vscode.md --- docs/fsharp/tutorials/getting-started/getting-started-vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md index ead02304f8dc2..e58a03f5cf3a3 100644 --- a/docs/fsharp/tutorials/getting-started/getting-started-vscode.md +++ b/docs/fsharp/tutorials/getting-started/getting-started-vscode.md @@ -26,7 +26,7 @@ You must also have [git installed](https://git-scm.com/download) and available o If you're on Windows, you have two options for installing F#. -If you've already installed Visual Studio and don't have F#, you can [Install the Visual F# Tools](getting-started-visual-studio.md#installing-the-visual-f#-tools). This will install all the necessary components to write, compile, and execute F# code. +If you've already installed Visual Studio and don't have F#, you can [Install the Visual F# Tools](getting-started-visual-studio.md#installing-the-visual-f-tools). This will install all the necessary components to write, compile, and execute F# code. If you prefer not to install Visual Studio, use the following instructions: