diff --git a/README.md b/README.md index 3f5b4f3..4b7242a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,11 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o 2. Open the app. 3. Come talk to me if you can’t find the app. -*Windows Instructions:* Your system comes with a program called “Command Prompt.” +*Windows Instructions:* + +#### Native Command Prompt (Shell) + +Your system comes with a program called “Command Prompt.” 1. To access it, click on the Start menu or press the Windows key. 2. Type `cmd` into the search bar and press Enter. @@ -57,6 +61,23 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o 5. Once you have either Command Prompt or Windows Terminal open, you're ready to proceed with the necessary commands or operations. 6. If you encounter any issues opening Command Prompt or Windows Terminal, please reach out for assistance. +#### Windows Subsystem for Linux +Alternatively you can install the windows subsystem for linux to be able to run a shell and have an environment more similar to mac. + +1. Enable the WSL by going into the control pannel / settings and then select Apps (or it might be named Programs). + +2. Select "Programs and Features" + +3. Enable the + +4. Scroll down and enable the Windows Subsystem for Linux + +5. This will ask you to reboot, say yes. +6. After you reboot, run a admin powershell by typing it in the search bar next to the start menu and right clicking it from the list "Run as administrator" +7. This opens up a PowerShell. Type `wsl --install -D Ubuntu`. This will download the distro and prompt you for a username and password to use in your WSL environment. +8. Type `wsl` from a PowerShell to run the default shell. +9. Git will already be installed. You can install node with `sudo apt install nodejs` + ### 3. Install Git First, some quick vocab for y’all: diff --git a/assets/apps-features.png b/assets/apps-features.png new file mode 100644 index 0000000..89dc726 Binary files /dev/null and b/assets/apps-features.png differ diff --git a/assets/programs-and-features.png b/assets/programs-and-features.png new file mode 100644 index 0000000..28190a8 Binary files /dev/null and b/assets/programs-and-features.png differ diff --git a/assets/settings-apps.png b/assets/settings-apps.png new file mode 100644 index 0000000..c3a2c6a Binary files /dev/null and b/assets/settings-apps.png differ diff --git a/assets/windows-features.png b/assets/windows-features.png new file mode 100644 index 0000000..97fe836 Binary files /dev/null and b/assets/windows-features.png differ diff --git a/assets/wsl-install.PNG b/assets/wsl-install.PNG new file mode 100644 index 0000000..33cf4c2 Binary files /dev/null and b/assets/wsl-install.PNG differ diff --git a/student-resumes/dragon.panic-resume/resume.html b/student-resumes/dragon.panic-resume/resume.html new file mode 100644 index 0000000..448a3f9 --- /dev/null +++ b/student-resumes/dragon.panic-resume/resume.html @@ -0,0 +1,8 @@ + +
+ + +I like designing and building software products.
+ + \ No newline at end of file