From 0c9ce537009a0195b2657f82c36e8669cfc2231e Mon Sep 17 00:00:00 2001 From: MLerik <baerenjesus@gmail.com> Date: Sun, 4 Aug 2019 12:00:30 -0400 Subject: [PATCH] Create windows_submission.md initial commit --- windows_submission.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 windows_submission.md diff --git a/windows_submission.md b/windows_submission.md new file mode 100644 index 0000000..9f17995 --- /dev/null +++ b/windows_submission.md @@ -0,0 +1,7 @@ +# Flatland submission from Windows +If you are working on windows locally there is a few steps you will need to do in order to make your flatland challenge submission work. Here is a step-by-step instruction on how to achieve this. + +## Installing WSL +Enable [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) on Windows. +Get [Ubuntu](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?SilentAuth=1&wa=wsignin1.0&activetab=pivot:overviewtab) for Windows. +Follow the instructions provided in the microsoft documentation. -- GitLab