Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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))

## How to install

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.)
Expand Down