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

Commit 9628358

Browse files
author
Lou Amadio
committed
Update contribution readme
1 parent 550d6d5 commit 9628358

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
arduino-sdk
22
===========
33

4-
This repository contains the solution for the Arduino SDK components.
4+
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.
55

66
# Contributing
7-
```git submodule init```
8-
```git submodule update```
7+
8+
1. fork this repository.
9+
1. Clone it to your local machine
10+
1. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule
11+
1. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them
12+
13+
```git submodule init```
14+
15+
```git submodule update```
916

0 commit comments

Comments
 (0)