Skip to content

Commit d0ab10e

Browse files
committed
separate page for intro steps
1 parent 1a2666c commit d0ab10e

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

pages/vi/firststeps.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,7 @@ For technical questions not covered in the FAQ, in addition to contacting us on
9393

9494
## Step 0 - Introductory Steps
9595

96-
### Watch the Organization and Follow Contributors
97-
98-
In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on.
99-
100-
- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities.
101-
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes.
102-
- Follow OLE's CTO, [dogi](https://github.com/dogi).
103-
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities.
104-
105-
### Setting Up Your Environment
106-
107-
We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win).
108-
109-
### Working with Vi & Vim
110-
111-
One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.
112-
113-
**NOTE:** You can skip ahead to Step 3 while you are waiting for your Raspberry Pi to come in the mail.
96+
Follow the instructions in [Introductory Steps](introductory-steps.md) to watch the organization, join Discord, set up your environment, and learn Vi/Vim basics.
11497

11598
## Step 1 - Installing and Finding Your Raspberry Pi
11699

pages/vi/introductory-steps.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Step 0 - Introductory Steps
2+
3+
## Watch the Organization and Follow Contributors
4+
5+
In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on.
6+
7+
- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities.
8+
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes.
9+
- Follow OLE's CTO, [dogi](https://github.com/dogi).
10+
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities.
11+
12+
## Discord Installation and Server Nickname
13+
14+
- Discord will be the primary communication tool for this internship, so please [download and install it](https://discord.com/download) on your computer. Once installed:
15+
- If your preferred name differs significantly from your Discord "Display Name," click on "treehouses" in the upper left of the Discord interface. Then, select "Edit Server Profile" from the menu and update your server nickname to include your preferred name or first name and last name initial.
16+
17+
## Setting Up Your Environment
18+
19+
We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win).
20+
21+
## Working with Vi & Vim
22+
23+
One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.
24+
25+
#### Return to [First Steps](http://localhost:8000/#!./pages/vi/firststeps.md#Step_0_-_Introductory_Steps)

0 commit comments

Comments
 (0)