Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Update README.md #12

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```

Expand Down