MJ commited on
Commit
c524bac
·
0 Parent(s):

Added README

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Installation Instructions:
2
+ 1. Install WSL for Windows using https://learn.microsoft.com/en-us/windows/wsl/install
3
+ 2. Set WSL 2 as the default version
4
+ 3. Install Linux Distribution of choice (I went with Ubuntu)
5
+ 4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
6
+
7
+ I will not be using Docker for the purpose of this project so everything will be done locally.