Merge pull request #5 from dragon-panic/master
Add basic WSL instructions
This commit is contained in:
commit
d38ab43e7e
7 changed files with 30 additions and 1 deletions
23
README.md
23
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.
|
2. Open the app.
|
||||||
3. Come talk to me if you can’t find 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.
|
1. To access it, click on the Start menu or press the Windows key.
|
||||||
2. Type `cmd` into the search bar and press Enter.
|
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.
|
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.
|
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
|
### 3. Install Git
|
||||||
|
|
||||||
First, some quick vocab for y’all:
|
First, some quick vocab for y’all:
|
||||||
|
|
|
||||||
BIN
assets/apps-features.png
Normal file
BIN
assets/apps-features.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/programs-and-features.png
Normal file
BIN
assets/programs-and-features.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/settings-apps.png
Normal file
BIN
assets/settings-apps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/windows-features.png
Normal file
BIN
assets/windows-features.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
assets/wsl-install.PNG
Normal file
BIN
assets/wsl-install.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
8
student-resumes/dragon.panic-resume/resume.html
Normal file
8
student-resumes/dragon.panic-resume/resume.html
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Dragon Sky Resume</h1>
|
||||||
|
<p>I like designing and building software products.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue