From d24e026d22e2fcc92637727d851f5947aea9c84c Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Sun, 4 Oct 2015 07:25:47 -0300 Subject: [PATCH] Add Prerequisite section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2267bfb..8ac3b9f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [Becoming an OSS student](#becoming-an-oss-student) - [Topics](#topics) - [How to use this guide](#how-to-use-this-guide) +- [Prerequisite](#prerequisite) - [Next Goals](#next-goals) - [References](#references) @@ -278,6 +279,18 @@ The **important** thing for each course is to **internalize** the **core concept [Watch](https://help.github.com/articles/watching-repositories/) this repository for futures improvements and general information. +## Prerequisite + +The **only thing** that you need to know is how to use **Git** and **GitHub**. Here are some resources to learn about them: + +- [Try Git](https://try.github.io/levels/1/challenges/1) +- [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-) +- [GitHub Hello World](https://guides.github.com/activities/hello-world/) +- [Git Immersion](http://gitimmersion.com/index.html) +- [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) + +**ps**: You don't need to do all that courses. Just pick one of them, learn the minimal because the other things you will learn on the fly! + ## Next Goals - Create a slack automatic invitation.