diff --git a/src/Microsoft.DotNet.Watcher.Tools/README.md b/src/Microsoft.DotNet.Watcher.Tools/README.md
index 0e6f1142a3..a9a36c49eb 100644
--- a/src/Microsoft.DotNet.Watcher.Tools/README.md
+++ b/src/Microsoft.DotNet.Watcher.Tools/README.md
@@ -4,32 +4,14 @@ dotnet-watch
### How To Install
-**project.json**
-
-Add `Microsoft.DotNet.Watcher.Tools` to the `tools` section of your `project.json` file.
-
-Use the version "1.0.0-preview2-final" if you are using .NET Core 1.0.0 and use "1.0.0-preview3-final" if you are using .NET Core 1.1.0.
-
-```
-{
-...
- "tools": {
- "Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final" //"1.0.0-preview3-final" for .NET Core 1.1.0
- }
-...
-}
-```
-
-**MSBuild**
Install `Microsoft.DotNet.Watcher.Tools` as a `DotNetCliToolReference` to your project.
```xml
-
+
```
-
### How To Use
The command must be executed in the directory that contains the project to be watched.
diff --git a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/README.md b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/README.md
new file mode 100644
index 0000000000..0d989a980d
--- /dev/null
+++ b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/README.md
@@ -0,0 +1,18 @@
+dotnet-sql-cache
+================
+
+`dotnet-sql-cache` is a command line tool that creates table and indexes in Microsoft SQL Server database to be used for distributed caching
+
+### How To Install
+
+Install `Microsoft.Extensions.Caching.SqlConfig.Tools` as a `DotNetCliToolReference` to your project.
+
+```xml
+
+
+
+```
+
+### How To Use
+
+Run `dotnet sql-cache --help` for more information about usage.
\ No newline at end of file
diff --git a/src/Microsoft.Extensions.SecretManager.Tools/README.md b/src/Microsoft.Extensions.SecretManager.Tools/README.md
index ecb2f59709..b930f9dd71 100644
--- a/src/Microsoft.Extensions.SecretManager.Tools/README.md
+++ b/src/Microsoft.Extensions.SecretManager.Tools/README.md
@@ -5,25 +5,11 @@ dotnet-user-secrets
### How To Install
-**project.json**
-Add `Microsoft.Extensions.SecretManager.Tools` to the `tools` section of your `project.json` file:
-
-```js
-{
- ..
- "tools": {
- "Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
- }
- ...
-}
-```
-
-**MSBuild**
Install `Microsoft.Extensions.SecretManager.Tools` as a `DotNetCliToolReference` to your project.
```xml
-
+
```