diff --git a/Install/README.md b/Install/README.md index 7c4a710..aae2c22 100644 --- a/Install/README.md +++ b/Install/README.md @@ -9,7 +9,7 @@ Make sure you have all of the following installed on your computer: 3. GIT for Windows ([Install from here](http://gitforwindows.org/)) 3. .NET Core SDK ([Install from here](https://dotnet.microsoft.com/download/dotnet-core/3.1)) 4. NodeJS for Windows ([Install from here](https://nodejs.org/en/download/)) -5. Yarn Package Manager ([Install from here](https://yarnpkg.com/latest.msi)) +5. Yarn Package Manager ([Just run "corepack enable" as said here](https://nodejs.org/dist/latest/docs/api/corepack.html#enabling-the-feature)) 6. An instance of SQL Server ([Install from here](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)) 7. SSMS (Recommended not required [Install from here](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017)) @@ -17,7 +17,7 @@ Make sure you have all of the following installed on your computer: 1. Run `dotnet tool install --global msharp-build` 2. Run cmd in admin mode and execute `powershell.exe -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"` -3. Run cmd in admin mode and execute `msharp-build /tools` +3. Run cmd in admin mode and execute `msharp-build /tools` (If it raised an error up make sure to set the Chocolatey path in the %PATH% env var) 4. Close all instances of Visual Studio. 5. Install all M# Visual Studio extensions [from here](https://marketplace.visualstudio.com/search?term=msharp&target=VS&category=All%20categories&vsVersion=&sortBy=Relevance) 6. Open your Visual Studio as **ADMINISTRATOR** (It's recommended that you make this the default.)