diff --git a/Build.fsproj b/Build.fsproj
index cc6868c5..9c19ff44 100644
--- a/Build.fsproj
+++ b/Build.fsproj
@@ -12,4 +12,7 @@
+
+
+
diff --git a/Content/default/Build.fsproj b/Content/default/Build.fsproj
index 9dce0a87..8602c73c 100644
--- a/Content/default/Build.fsproj
+++ b/Content/default/Build.fsproj
@@ -12,4 +12,7 @@
+
+
+
\ No newline at end of file
diff --git a/Content/default/README.md b/Content/default/README.md
index 2cca3a3c..3a69f38b 100644
--- a/Content/default/README.md
+++ b/Content/default/README.md
@@ -12,12 +12,6 @@ You'll need to install the following pre-requisites in order to build SAFE appli
## Starting the application
-Before you run the project **for the first time only** you must install dotnet "local tools" with this command:
-
-```bash
-dotnet tool restore
-```
-
To concurrently run the server and the client components in watch mode use the following command:
```bash