From b8ee2588c041faa539f26af076209461a5941f90 Mon Sep 17 00:00:00 2001 From: MonishMathew <72192101+MonishMathew@users.noreply.github.com> Date: Fri, 16 Oct 2020 21:23:13 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 814bc84..e9d4d94 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ arduino-sdk This repository contains the solution for the SDK from Arduino libraries. The purpose of this repository is to generate the Microsoft.IoT.SDKFromArduino nuget package. It is generated by leveraging Git submodules, importing the Arduino Github and packaging Arduino source files for inclusion in customer projects. -# Contributing +#Steps For Contributing In This Repository -1. fork this repository. -1. Clone it to your local machine -1. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule -1. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them +1. Fork this repository. +2. Clone it to your local machine +3. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule +4. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them ```git submodule init```