diff --git a/README.md b/README.md
index 86d8e45291..ab891ea2e5 100644
--- a/README.md
+++ b/README.md
@@ -27,18 +27,22 @@ The schedule and milestone themes for ASP.NET Core.
- If you want to use nightlies then you need to:
- Obtain the latest nightly CLI from http://github.com/dotnet/cli
- Add a NuGet.Config to your app with the following content:
- ```xml
-
-
-
-
-
-
-
-
- ```
- *NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.*
+
+ ```xml
+
+
+
+
+
+
+
+
+ ```
+
+ *NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.*
+
- Change your applications dependencies to have a `*` to get the latest version, `1.0.0-*` for example.
+- Prerelease tooling builds for Visual Studio are available from the [Tooling](https://github.com/aspnet/tooling/#pre-release-builds) repo.
## Repos and Projects