Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.58 KB

how-to-install-vs.md

File metadata and controls

27 lines (22 loc) · 1.58 KB

Install Visual Studio

If you're on Windows

  1. Go to the Develop .NET applications page of the Visual Studio website
  2. Find the "Download Visual Studio with .NET" dropdown and select "Community 2022"
  3. Run the exe and let Visual Studio download
  4. Wait for everything to install
  5. Sign in to Visual Studio
  6. Done ✔️

If you're on Mac

  1. Go to the Build Web Apps using .NET Core page of the Visual Studio website
  2. Select the VisualStudioforMacInstaller.dmg to mount the installer, then run it by double-clicking the arrow logo
  3. Select Open
  4. An alert will appear asking you to acknowledge the privacy and license terms. Follow the links to read them, then press Continue if you agree
  5. The list of available workloads is displayed. Select the .NET Core component.
  6. Press Install
  7. Sign in and choose your keyboard preferences
  8. Done ✔️

Want more help?

If you want more detailed installation instructions, check out the Microsoft Documentation.

Check out the Learn to code in Visual Studio page to learn more about the installation process, how to get started with Visual Studio, and how to make it your own with themes! 🤗