Skip to content

Commit 270e7f4

Browse files
authored
Update README.md
1 parent 28bd787 commit 270e7f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build from the command line:
1212
build.cmd
1313
```
1414

15-
You can then open either `FSharp.sln` or `VisualFSharp.sln` in your editor of choice. The latter solution is larger but includes the F# tools for Visual Studio and its associated infrastructure.
15+
After it's finished, open either `FSharp.sln` or `VisualFSharp.sln` in your editor of choice. The latter solution is larger but includes the F# tools for Visual Studio and its associated infrastructure.
1616

1717
### Quickstart on Linux or macOS
1818

@@ -22,7 +22,7 @@ Build from the command line:
2222
sh ./build.sh
2323
```
2424

25-
You can then open `FSharp.sln` in your editor of choice.
25+
After it's finished, open `FSharp.sln` in your editor of choice.
2626

2727
### More options and information
2828

@@ -44,7 +44,7 @@ https://blogs.msdn.microsoft.com/dotnet/2017/03/14/announcing-nightly-releases-f
4444

4545
### Even more nightly than the nightly
4646

47-
Alternatively, if you _really_ want to live on the bleeding edge, you can set up a nightly feed for the Visual Studio preview releases, which use the latest commit in the preview branch of this repository. To do so, follow the same instructions as the above blog post, but instead with these links:
47+
Alternatively, if you _really_ want to live on the bleeding edge, you can set up a nightly feed for the Visual Studio preview releases, which use the latest commit in the preview branch. To do so, follow the same instructions as the above blog post, but instead with these links:
4848

4949
* Set your feed to the [preview feed](https://dotnet.myget.org/F/fsharp-preview/vsix)
5050
* Install manually from the [preview feed](https://dotnet.myget.org/feed/fsharp-preview/package/vsix/VisualFSharp)

0 commit comments

Comments
 (0)