Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1020 Bytes

windows-wsl.md

File metadata and controls

32 lines (21 loc) · 1020 Bytes

← Back: Getting started

Installing on Windows (WSL)

Warning

When cloning the project, please ensure you do not do it inside OneDrive. Working with the project inside OneDrive will be incredibly slow in all aspects.

Introduction

The Windows Subsystem of Linux (WSL) lets you run programs which traditionally only run in Linux.

Install WSL

To run the project in WSL, you obviousy first need WSL. Follow this guide by Microsoft. The main step is running the following in an administrator PowerShell or command prompt:

wsl --install

This should install WSL with the Ubuntu distribution.

Next steps

Since you now have a working Linux environment, the remaining steps of setting up the project are identical with the Linux guide, so click the link below to continue the process.