You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See official documentation here: [https://learn.microsoft.com/en-us/windows/wsl/install](https://learn.microsoft.com/en-us/windows/wsl/install)
21
+
1. Open Powershell
21
22
1. Type `wsl --set-default-version 2`
22
23
1. Type `wsl --install`
23
24
- If you are prompted to put in credentials, put something you will remember
@@ -49,7 +50,7 @@ Make sure to have Docker running for later!
49
50
1. Run the following command in your Git terminal: `git clone [LINK HERE]` without the square brackets
50
51
51
52
52
-
## Opening the Containerized Repository
53
+
## Opening the Container
53
54
1. Navigate to `RobotathonESP32` by using `ls` and `cd`
54
55
1. Type `git checkout newbie-guide-2025` to switch to the Newbie Guide branch
55
56
1. Open `RobotathonESP32` in VS Code
@@ -66,7 +67,7 @@ Make sure to have Docker running for later!
66
67
1.`Ctrl` + `Left Click` on the server address link to open the site locally after it is done compiling
67
68
68
69
{: .highlight}
69
-
You do not need to rerun any terminal commands to view changes if you use the `--force_polling` and `--livereload` flags. If your computer is blowing up with constant autoreload, you can just use `bundle exec jekyll serve`, but you'll have to recompile each time you want to render new local changes
70
+
You do not need to rerun any terminal commands to view changes if you use the `--force_polling` and `--livereload` flags. If your computer is blowing up with constant autoreload, you can just use `bundle exec jekyll serve`, but you'll have to rerun the command each time you want to render new local changes
Copy file name to clipboardExpand all lines: docs/_sections/_guide-primaries/getting-started/environment-setup/windows-setup.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Git Bash is finicky and doesn't support Ctrl + V for paste. Use `Shift + Insert`
59
59
1. You will likely be prompted to enter a passcode. Press `Enter` twice to specify no passcode.
60
60
61
61
{: .highlight}
62
-
Note that you can add a passcode if you'd like, but it is not recommended. If you do, keep in mind that the Bash terminal does _not_ show your passcode as you type it out. Just continue (accurately) typing and press `Enter` when done.
62
+
You can add a passcode if you'd like, but it is not recommended. If you do, keep in mind that the Bash terminal does _not_ show your passcode as you type it out. Just continue (accurately) typing and press `Enter` when done.
63
63
{: .callout-blue}
64
64
65
65
#### Add SSH key to SSH-agent
@@ -69,9 +69,11 @@ Note that you can add a passcode if you'd like, but it is not recommended. If yo
69
69
#### Add SSH key to Github
70
70
1. Paste `cat ~/.ssh/id_ed25519.pub` into the terminal and press `Enter` to display your public SSH key
71
71
1. Copy the entire key
72
+
72
73
{: .highlight}
73
74
The key should look something like `ssh-ed25519 SFNJNAFNEJKFNJNJKNFJHFJAHOHiowuroiuwr/sfjeher+KX/rH [email protected]`
74
75
{: .callout-blue}
76
+
75
77
1. Navigate to the upper-right corner of any page on [GitHub](https://github.com/), click your profile photo, then click Settings (gear icon)
0 commit comments