-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Step 0 - Introductory Steps | ||
|
||
## Watch the Organization and Follow Contributors | ||
|
||
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. | ||
|
||
- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities. | ||
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes. | ||
- Follow OLE's CTO, [dogi](https://github.com/dogi). | ||
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities. | ||
|
||
## Discord Installation and Server Nickname | ||
|
||
- 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: | ||
- 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. | ||
|
||
## Setting Up Your Environment | ||
|
||
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). | ||
|
||
## Working with Vi & Vim | ||
|
||
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. | ||
|
||
--- | ||
|
||
#### Return to [First Steps](http://localhost:8000/#!./pages/vi/firststeps.md#Step_0_-_Introductory_Steps) |